Html Css Color HEX #0F1315 Black Pearl

📋 copy color: '#0F1315'

red 15 ◦ green 19 ◦ blue 21

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

Shades of Black Pearl #0F1315

Tints of Black Pearl #0F1315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 38.18%

R = 27.27%
G = 34.55%
B = 38.18%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F1315 (or 0x0F1315) is known color: Black Pearl. HEX triplet: 0F, 13 and 15. RGB value is (15,19,21). Sum of RGB (Red+Green+Blue) = 15+19+21=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F1315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1315 is #F0ECEA. Grayscale: #121212. Windows color (decimal): -15789291 or 1381135. OLE color: 1381135.

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

Color convert

RGB 15 19 21 -
CMYK 0.29 0.10 0 0.92
HSL 200º 0.17% 0.07% -
HSV(B) 200º 0.29% 0.08% -
XYZ 0.57 0.62 0.8 -
YUV 18.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 15 19 21 0.29 0.10 0 0.92 200 0.17 0.07
Hex F 13 15 1D A 0 5C C8 11 7
Octal 17 23 25 35 12 0 134 310 21 7
Binary 1111 10011 10101 11101 1010 0 1011100 11001000 10001 111

Color Harmonies of #0F1315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1315

Black with #0F1315

Text Example


Text Example

White with #0F1315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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