Html Css Color HEX #12181D Black Pearl

📋 copy color: '#12181D'

red 18 ◦ green 24 ◦ blue 29

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

Shades of Black Pearl #12181D

Tints of Black Pearl #12181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 40.85%

R = 25.35%
G = 33.8%
B = 40.85%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12181D (or 0x12181D) is known color: Black Pearl. HEX triplet: 12, 18 and 1D. RGB value is (18,24,29). Sum of RGB (Red+Green+Blue) = 18+24+29=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #12181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12181D is #EDE7E2. Grayscale: #161616. Windows color (decimal): -15591395 or 1906706. OLE color: 1906706.

HSL color Cylindrical-coordinate representation of color #12181D: hue angle of 207.27º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #12181D is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 24 29 -
CMYK 0.38 0.17 0 0.89
HSL 207.27º 0.23% 0.09% -
HSV(B) 207.27º 0.38% 0.11% -
XYZ 0.8 0.87 1.29 -
YUV 22.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 18 24 29 0.38 0.17 0 0.89 207.27 0.23 0.09
Hex 12 18 1D 26 11 0 59 CF 17 9
Octal 22 30 35 46 21 0 131 317 27 11
Binary 10010 11000 11101 100110 10001 0 1011001 11001111 10111 1001

Color Harmonies of #12181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12181D

Black with #12181D

Text Example


Text Example

White with #12181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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