Html Css Color HEX #0F151C Black Pearl

📋 copy color: '#0F151C'

red 15 ◦ green 21 ◦ blue 28

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

Shades of Black Pearl #0F151C

Tints of Black Pearl #0F151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 43.75%

R = 23.44%
G = 32.81%
B = 43.75%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F151C (or 0x0F151C) is known color: Black Pearl. HEX triplet: 0F, 15 and 1C. RGB value is (15,21,28). Sum of RGB (Red+Green+Blue) = 15+21+28=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F151C is #F0EAE3. Grayscale: #131313. Windows color (decimal): -15788772 or 1840399. OLE color: 1840399.

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

Color convert

RGB 15 21 28 -
CMYK 0.46 0.25 0 0.89
HSL 212.31º 0.3% 0.08% -
HSV(B) 212.31º 0.46% 0.11% -
XYZ 0.67 0.72 1.2 -
YUV 20 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 15 21 28 0.46 0.25 0 0.89 212.31 0.3 0.08
Hex F 15 1C 2E 19 0 59 D4 1E 8
Octal 17 25 34 56 31 0 131 324 36 10
Binary 1111 10101 11100 101110 11001 0 1011001 11010100 11110 1000

Color Harmonies of #0F151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F151C

Black with #0F151C

Text Example


Text Example

White with #0F151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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