Html Css Color HEX #18121B Blackcurrant

📋 copy color: '#18121B'

red 24 ◦ green 18 ◦ blue 27

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

Shades of Blackcurrant #18121B

Tints of Blackcurrant #18121B

RGB

 RED value IS 24 (9.77% from 255) = 34.78%

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

 BLUE value IS 27 (10.94% from 255) = 39.13%

R = 34.78%
G = 26.09%
B = 39.13%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18121B (or 0x18121B) is known color: Blackcurrant. HEX triplet: 18, 12 and 1B. RGB value is (24,18,27). Sum of RGB (Red+Green+Blue) = 24+18+27=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 27 - color contains mainly: blue. Hex color #18121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18121B is #E7EDE4. Grayscale: #141414. Windows color (decimal): -15199717 or 1774104. OLE color: 1774104.

HSL color Cylindrical-coordinate representation of color #18121B: hue angle of 280º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #18121B is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 18 27 -
CMYK 0.11 0.33 0 0.89
HSL 280º 0.2% 0.09% -
HSV(B) 280º 0.33% 0.11% -
XYZ 0.79 0.71 1.13 -
YUV 20.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 24 18 27 0.11 0.33 0 0.89 280 0.2 0.09
Hex 18 12 1B B 21 0 59 118 14 9
Octal 30 22 33 13 41 0 131 430 24 11
Binary 11000 10010 11011 1011 100001 0 1011001 100011000 10100 1001

Color Harmonies of #18121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18121B

Black with #18121B

Text Example


Text Example

White with #18121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18121B; }

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

 H1.HeaderClassName
 {
   color: #18121B;
 }
 .AnyTagClassName
 {
   color: #18121B;
 }
</style>

background-color css

<style>
 a { background-color: #18121B; }

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

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

border-color css

<style>
 span { border-color: #18121B; }

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

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