Html Css Color HEX #1B012D Blackcurrant

📋 copy color: '#1B012D'

red 27 ◦ green 1 ◦ blue 45

#1B012D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #1B012D

Tints of Blackcurrant #1B012D

RGB

 RED value IS 27 (10.94% from 255) = 36.99%

 GREEN value IS 1 (0.78% from 255) = 1.37%

 BLUE value IS 45 (17.97% from 255) = 61.64%

R = 36.99%
G = 1.37%
B = 61.64%

CMYK

 C value IS 0.4

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1B012D (or 0x1B012D) is known color: Blackcurrant. HEX triplet: 1B, 01 and 2D. RGB value is (27,1,45). Sum of RGB (Red+Green+Blue) = 27+1+45=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #1B012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B012D is #E4FED2. Grayscale: #0D0D0D. Windows color (decimal): -15007443 or 2949403. OLE color: 2949403.

HSL color Cylindrical-coordinate representation of color #1B012D: hue angle of 275.45º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B012D is Cyan = 0.4, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 27 1 45 -
CMYK 0.4 0.98 0 0.82
HSL 275.45º 0.96% 0.09% -
HSV(B) 275.45º 0.98% 0.18% -
XYZ 0.94 0.44 2.52 -
YUV 13.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 27 1 45 0.4 0.98 0 0.82 275.45 0.96 0.09
Hex 1B 1 2D 28 62 0 52 113 60 9
Octal 33 1 55 50 142 0 122 423 140 11
Binary 11011 1 101101 101000 1100010 0 1010010 100010011 1100000 1001

Color Harmonies of #1B012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B012D

Black with #1B012D

Text Example


Text Example

White with #1B012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B012D; }

 p { color: rgb(27,1,45); }

 H1.HeaderClassName
 {
   color: #1B012D;
 }
 .AnyTagClassName
 {
   color: #1B012D;
 }
</style>

background-color css

<style>
 a { background-color: #1B012D; }

 a { background-color: rgb(27,1,45); }

 div.DivClassName
 {
   background-color: #1B012D;
 }
 .BgClassName
 {
   background-color: #1B012D;
 }
</style>

border-color css

<style>
 span { border-color: #1B012D; }

 span { border-color: rgb(27,1,45); }

 td.TdClassName
 {
   border-color: #1B012D;
 }
 .TagClassName
 {
   border-color: #1B012D;
 }
</style>