Html Css Color HEX #1B121E Blackcurrant

📋 copy color: '#1B121E'

red 27 ◦ green 18 ◦ blue 30

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

Shades of Blackcurrant #1B121E

Tints of Blackcurrant #1B121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

 BLUE value IS 30 (12.11% from 255) = 40%

R = 36%
G = 24%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B121E (or 0x1B121E) is known color: Blackcurrant. HEX triplet: 1B, 12 and 1E. RGB value is (27,18,30). Sum of RGB (Red+Green+Blue) = 27+18+30=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B121E is #E4EDE1. Grayscale: #161616. Windows color (decimal): -15003106 or 1970715. OLE color: 1970715.

HSL color Cylindrical-coordinate representation of color #1B121E: hue angle of 285º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1B121E is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 18 30 -
CMYK 0.10 0.40 0 0.88
HSL 285º 0.25% 0.09% -
HSV(B) 285º 0.4% 0.12% -
XYZ 0.9 0.76 1.33 -
YUV 22.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 27 18 30 0.10 0.40 0 0.88 285 0.25 0.09
Hex 1B 12 1E A 28 0 58 11D 19 9
Octal 33 22 36 12 50 0 130 435 31 11
Binary 11011 10010 11110 1010 101000 0 1011000 100011101 11001 1001

Color Harmonies of #1B121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B121E

Black with #1B121E

Text Example


Text Example

White with #1B121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,18,30); }

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

background-color css

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

 a { background-color: rgb(27,18,30); }

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

border-color css

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

 span { border-color: rgb(27,18,30); }

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