Html Css Color HEX #12191B Black Pearl

📋 copy color: '#12191B'

red 18 ◦ green 25 ◦ blue 27

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

Shades of Black Pearl #12191B

Tints of Black Pearl #12191B

RGB

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

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

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

R = 25.71%
G = 35.71%
B = 38.57%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12191B (or 0x12191B) is known color: Black Pearl. HEX triplet: 12, 19 and 1B. RGB value is (18,25,27). Sum of RGB (Red+Green+Blue) = 18+25+27=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #12191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12191B is #EDE6E4. Grayscale: #171717. Windows color (decimal): -15591141 or 1775890. OLE color: 1775890.

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

Color convert

RGB 18 25 27 -
CMYK 0.33 0.07 0 0.89
HSL 193.33º 0.2% 0.09% -
HSV(B) 193.33º 0.33% 0.11% -
XYZ 0.79 0.9 1.17 -
YUV 23.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 18 25 27 0.33 0.07 0 0.89 193.33 0.2 0.09
Hex 12 19 1B 21 7 0 59 C1 14 9
Octal 22 31 33 41 7 0 131 301 24 11
Binary 10010 11001 11011 100001 111 0 1011001 11000001 10100 1001

Color Harmonies of #12191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12191B

Black with #12191B

Text Example


Text Example

White with #12191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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