Html Css Color HEX #12181B Black Pearl

📋 copy color: '#12181B'

red 18 ◦ green 24 ◦ blue 27

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

Shades of Black Pearl #12181B

Tints of Black Pearl #12181B

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12181B (or 0x12181B) is known color: Black Pearl. HEX triplet: 12, 18 and 1B. RGB value is (18,24,27). Sum of RGB (Red+Green+Blue) = 18+24+27=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 24 (9.77% from 255 or 34.78% 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 #12181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12181B is #EDE7E4. Grayscale: #161616. Windows color (decimal): -15591397 or 1775634. OLE color: 1775634.

HSL color Cylindrical-coordinate representation of color #12181B: hue angle of 200º 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 #12181B is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 24 27 -
CMYK 0.33 0.11 0 0.89
HSL 200º 0.2% 0.09% -
HSV(B) 200º 0.33% 0.11% -
XYZ 0.77 0.86 1.16 -
YUV 22.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 18 24 27 0.33 0.11 0 0.89 200 0.2 0.09
Hex 12 18 1B 21 B 0 59 C8 14 9
Octal 22 30 33 41 13 0 131 310 24 11
Binary 10010 11000 11011 100001 1011 0 1011001 11001000 10100 1001

Color Harmonies of #12181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12181B

Black with #12181B

Text Example


Text Example

White with #12181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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