Html Css Color HEX #0F151B Black Pearl

📋 copy color: '#0F151B'

red 15 ◦ green 21 ◦ blue 27

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

Shades of Black Pearl #0F151B

Tints of Black Pearl #0F151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 33.33%

 BLUE value IS 27 (10.94% from 255) = 42.86%

R = 23.81%
G = 33.33%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F151B (or 0x0F151B) is known color: Black Pearl. HEX triplet: 0F, 15 and 1B. RGB value is (15,21,27). Sum of RGB (Red+Green+Blue) = 15+21+27=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F151B is #F0EAE4. Grayscale: #131313. Windows color (decimal): -15788773 or 1774863. OLE color: 1774863.

HSL color Cylindrical-coordinate representation of color #0F151B: hue angle of 210º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0F151B is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 21 27 -
CMYK 0.44 0.22 0 0.89
HSL 210º 0.29% 0.08% -
HSV(B) 210º 0.44% 0.11% -
XYZ 0.66 0.72 1.14 -
YUV 19.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 15 21 27 0.44 0.22 0 0.89 210 0.29 0.08
Hex F 15 1B 2C 16 0 59 D2 1D 8
Octal 17 25 33 54 26 0 131 322 35 10
Binary 1111 10101 11011 101100 10110 0 1011001 11010010 11101 1000

Color Harmonies of #0F151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F151B

Black with #0F151B

Text Example


Text Example

White with #0F151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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