Html Css Color HEX #12191A Black Pearl

📋 copy color: '#12191A'

red 18 ◦ green 25 ◦ blue 26

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

Shades of Black Pearl #12191A

Tints of Black Pearl #12191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 36.23%

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

R = 26.09%
G = 36.23%
B = 37.68%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12191A (or 0x12191A) is known color: Black Pearl. HEX triplet: 12, 19 and 1A. RGB value is (18,25,26). Sum of RGB (Red+Green+Blue) = 18+25+26=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 26 - color contains mainly: blue. Hex color #12191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12191A is #EDE6E5. Grayscale: #171717. Windows color (decimal): -15591142 or 1710354. OLE color: 1710354.

HSL color Cylindrical-coordinate representation of color #12191A: hue angle of 187.5º 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 #12191A is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 25 26 -
CMYK 0.31 0.04 0 0.90
HSL 187.5º 0.18% 0.09% -
HSV(B) 187.5º 0.31% 0.1% -
XYZ 0.78 0.9 1.11 -
YUV 23.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 18 25 26 0.31 0.04 0 0.90 187.5 0.18 0.09
Hex 12 19 1A 1F 4 0 5A BC 12 9
Octal 22 31 32 37 4 0 132 274 22 11
Binary 10010 11001 11010 11111 100 0 1011010 10111100 10010 1001

Color Harmonies of #12191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12191A

Black with #12191A

Text Example


Text Example

White with #12191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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