Html Css Color HEX #12181F Black Pearl

📋 copy color: '#12181F'

red 18 ◦ green 24 ◦ blue 31

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

Shades of Black Pearl #12181F

Tints of Black Pearl #12181F

RGB

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

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

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

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

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12181F (or 0x12181F) is known color: Black Pearl. HEX triplet: 12, 18 and 1F. RGB value is (18,24,31). Sum of RGB (Red+Green+Blue) = 18+24+31=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 24 (9.77% from 255 or 32.88% 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 #12181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12181F is #EDE7E0. Grayscale: #161616. Windows color (decimal): -15591393 or 2037778. OLE color: 2037778.

HSL color Cylindrical-coordinate representation of color #12181F: hue angle of 212.31º 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 #12181F is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 24 31 -
CMYK 0.42 0.23 0 0.88
HSL 212.31º 0.27% 0.1% -
HSV(B) 212.31º 0.42% 0.12% -
XYZ 0.82 0.88 1.42 -
YUV 23 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 18 24 31 0.42 0.23 0 0.88 212.31 0.27 0.1
Hex 12 18 1F 2A 17 0 58 D4 1B A
Octal 22 30 37 52 27 0 130 324 33 12
Binary 10010 11000 11111 101010 10111 0 1011000 11010100 11011 1010

Color Harmonies of #12181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12181F

Black with #12181F

Text Example


Text Example

White with #12181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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