Html Css Color HEX #12191E Black Pearl

📋 copy color: '#12191E'

red 18 ◦ green 25 ◦ blue 30

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

Shades of Black Pearl #12191E

Tints of Black Pearl #12191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 41.1%

R = 24.66%
G = 34.25%
B = 41.1%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12191E (or 0x12191E) is known color: Black Pearl. HEX triplet: 12, 19 and 1E. RGB value is (18,25,30). Sum of RGB (Red+Green+Blue) = 18+25+30=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #12191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12191E is #EDE6E1. Grayscale: #171717. Windows color (decimal): -15591138 or 1972498. OLE color: 1972498.

HSL color Cylindrical-coordinate representation of color #12191E: hue angle of 205º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #12191E is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 25 30 -
CMYK 0.40 0.17 0 0.88
HSL 205º 0.25% 0.09% -
HSV(B) 205º 0.4% 0.12% -
XYZ 0.83 0.92 1.36 -
YUV 23.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 18 25 30 0.40 0.17 0 0.88 205 0.25 0.09
Hex 12 19 1E 28 11 0 58 CD 19 9
Octal 22 31 36 50 21 0 130 315 31 11
Binary 10010 11001 11110 101000 10001 0 1011000 11001101 11001 1001

Color Harmonies of #12191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12191E

Black with #12191E

Text Example


Text Example

White with #12191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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