Html Css Color HEX #0F191D Black Pearl

📋 copy color: '#0F191D'

red 15 ◦ green 25 ◦ blue 29

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

Shades of Black Pearl #0F191D

Tints of Black Pearl #0F191D

RGB

 RED value IS 15 (6.25% from 255) = 21.74%

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

 BLUE value IS 29 (11.72% from 255) = 42.03%

R = 21.74%
G = 36.23%
B = 42.03%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F191D (or 0x0F191D) is known color: Black Pearl. HEX triplet: 0F, 19 and 1D. RGB value is (15,25,29). Sum of RGB (Red+Green+Blue) = 15+25+29=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F191D is #F0E6E2. Grayscale: #161616. Windows color (decimal): -15787747 or 1906959. OLE color: 1906959.

HSL color Cylindrical-coordinate representation of color #0F191D: hue angle of 197.14º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F191D is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 25 29 -
CMYK 0.48 0.14 0 0.89
HSL 197.14º 0.32% 0.09% -
HSV(B) 197.14º 0.48% 0.11% -
XYZ 0.77 0.89 1.29 -
YUV 22.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 15 25 29 0.48 0.14 0 0.89 197.14 0.32 0.09
Hex F 19 1D 30 E 0 59 C5 20 9
Octal 17 31 35 60 16 0 131 305 40 11
Binary 1111 11001 11101 110000 1110 0 1011001 11000101 100000 1001

Color Harmonies of #0F191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F191D

Black with #0F191D

Text Example


Text Example

White with #0F191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F191D; }

 p { color: rgb(15,25,29); }

 H1.HeaderClassName
 {
   color: #0F191D;
 }
 .AnyTagClassName
 {
   color: #0F191D;
 }
</style>

background-color css

<style>
 a { background-color: #0F191D; }

 a { background-color: rgb(15,25,29); }

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

border-color css

<style>
 span { border-color: #0F191D; }

 span { border-color: rgb(15,25,29); }

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