Html Css Color HEX #12181A Black Pearl

📋 copy color: '#12181A'

red 18 ◦ green 24 ◦ blue 26

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

Shades of Black Pearl #12181A

Tints of Black Pearl #12181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 38.24%

R = 26.47%
G = 35.29%
B = 38.24%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12181A (or 0x12181A) is known color: Black Pearl. HEX triplet: 12, 18 and 1A. RGB value is (18,24,26). Sum of RGB (Red+Green+Blue) = 18+24+26=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 26 - color contains mainly: blue. Hex color #12181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12181A is #EDE7E5. Grayscale: #161616. Windows color (decimal): -15591398 or 1710098. OLE color: 1710098.

HSL color Cylindrical-coordinate representation of color #12181A: hue angle of 195º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #12181A is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 24 26 -
CMYK 0.31 0.08 0 0.90
HSL 195º 0.18% 0.09% -
HSV(B) 195º 0.31% 0.1% -
XYZ 0.76 0.86 1.1 -
YUV 22.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 18 24 26 0.31 0.08 0 0.90 195 0.18 0.09
Hex 12 18 1A 1F 8 0 5A C3 12 9
Octal 22 30 32 37 10 0 132 303 22 11
Binary 10010 11000 11010 11111 1000 0 1011010 11000011 10010 1001

Color Harmonies of #12181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12181A

Black with #12181A

Text Example


Text Example

White with #12181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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