Html Css Color HEX #0F1415 Black Pearl

📋 copy color: '#0F1415'

red 15 ◦ green 20 ◦ blue 21

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

Shades of Black Pearl #0F1415

Tints of Black Pearl #0F1415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 35.71%

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

R = 26.79%
G = 35.71%
B = 37.5%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F1415 (or 0x0F1415) is known color: Black Pearl. HEX triplet: 0F, 14 and 15. RGB value is (15,20,21). Sum of RGB (Red+Green+Blue) = 15+20+21=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F1415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1415 is #F0EBEA. Grayscale: #121212. Windows color (decimal): -15789035 or 1381391. OLE color: 1381391.

HSL color Cylindrical-coordinate representation of color #0F1415: hue angle of 190º 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 #0F1415 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 20 21 -
CMYK 0.29 0.05 0 0.92
HSL 190º 0.17% 0.07% -
HSV(B) 190º 0.29% 0.08% -
XYZ 0.58 0.66 0.81 -
YUV 18.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 15 20 21 0.29 0.05 0 0.92 190 0.17 0.07
Hex F 14 15 1D 5 0 5C BE 11 7
Octal 17 24 25 35 5 0 134 276 21 7
Binary 1111 10100 10101 11101 101 0 1011100 10111110 10001 111

Color Harmonies of #0F1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1415

Black with #0F1415

Text Example


Text Example

White with #0F1415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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