Html Css Color HEX #18121F Blackcurrant

📋 copy color: '#18121F'

red 24 ◦ green 18 ◦ blue 31

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

Shades of Blackcurrant #18121F

Tints of Blackcurrant #18121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 42.47%

R = 32.88%
G = 24.66%
B = 42.47%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18121F (or 0x18121F) is known color: Blackcurrant. HEX triplet: 18, 12 and 1F. RGB value is (24,18,31). Sum of RGB (Red+Green+Blue) = 24+18+31=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #18121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18121F is #E7EDE0. Grayscale: #151515. Windows color (decimal): -15199713 or 2036248. OLE color: 2036248.

HSL color Cylindrical-coordinate representation of color #18121F: hue angle of 267.69º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #18121F is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 18 31 -
CMYK 0.23 0.42 0 0.88
HSL 267.69º 0.27% 0.1% -
HSV(B) 267.69º 0.42% 0.12% -
XYZ 0.84 0.73 1.39 -
YUV 21.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 24 18 31 0.23 0.42 0 0.88 267.69 0.27 0.1
Hex 18 12 1F 17 2A 0 58 10C 1B A
Octal 30 22 37 27 52 0 130 414 33 12
Binary 11000 10010 11111 10111 101010 0 1011000 100001100 11011 1010

Color Harmonies of #18121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18121F

Black with #18121F

Text Example


Text Example

White with #18121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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