Html Css Color HEX #12191F Black Pearl

📋 copy color: '#12191F'

red 18 ◦ green 25 ◦ blue 31

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

Shades of Black Pearl #12191F

Tints of Black Pearl #12191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 41.89%

R = 24.32%
G = 33.78%
B = 41.89%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12191F (or 0x12191F) is known color: Black Pearl. HEX triplet: 12, 19 and 1F. RGB value is (18,25,31). Sum of RGB (Red+Green+Blue) = 18+25+31=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #12191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12191F is #EDE6E0. Grayscale: #171717. Windows color (decimal): -15591137 or 2038034. OLE color: 2038034.

HSL color Cylindrical-coordinate representation of color #12191F: hue angle of 207.69º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #12191F is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 25 31 -
CMYK 0.42 0.19 0 0.88
HSL 207.69º 0.27% 0.1% -
HSV(B) 207.69º 0.42% 0.12% -
XYZ 0.84 0.92 1.43 -
YUV 23.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 18 25 31 0.42 0.19 0 0.88 207.69 0.27 0.1
Hex 12 19 1F 2A 13 0 58 D0 1B A
Octal 22 31 37 52 23 0 130 320 33 12
Binary 10010 11001 11111 101010 10011 0 1011000 11010000 11011 1010

Color Harmonies of #12191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12191F

Black with #12191F

Text Example


Text Example

White with #12191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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