Html Css Color HEX #0F1314 Black Pearl

📋 copy color: '#0F1314'

red 15 ◦ green 19 ◦ blue 20

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

Shades of Black Pearl #0F1314

Tints of Black Pearl #0F1314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.19%

 BLUE value IS 20 (8.2% from 255) = 37.04%

R = 27.78%
G = 35.19%
B = 37.04%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F1314 (or 0x0F1314) is known color: Black Pearl. HEX triplet: 0F, 13 and 14. RGB value is (15,19,20). Sum of RGB (Red+Green+Blue) = 15+19+20=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 20 - color contains mainly: blue. Hex color #0F1314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1314 is #F0ECEB. Grayscale: #111111. Windows color (decimal): -15789292 or 1315599. OLE color: 1315599.

HSL color Cylindrical-coordinate representation of color #0F1314: hue angle of 192º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0F1314 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 19 20 -
CMYK 0.25 0.05 0 0.92
HSL 192º 0.14% 0.07% -
HSV(B) 192º 0.25% 0.08% -
XYZ 0.56 0.62 0.75 -
YUV 17.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 15 19 20 0.25 0.05 0 0.92 192 0.14 0.07
Hex F 13 14 19 5 0 5C C0 E 7
Octal 17 23 24 31 5 0 134 300 16 7
Binary 1111 10011 10100 11001 101 0 1011100 11000000 1110 111

Color Harmonies of #0F1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1314

Black with #0F1314

Text Example


Text Example

White with #0F1314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,19,20); }

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

background-color css

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

 a { background-color: rgb(15,19,20); }

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

border-color css

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

 span { border-color: rgb(15,19,20); }

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