Html Css Color HEX #0F151A Black Pearl

📋 copy color: '#0F151A'

red 15 ◦ green 21 ◦ blue 26

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

Shades of Black Pearl #0F151A

Tints of Black Pearl #0F151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 41.94%

R = 24.19%
G = 33.87%
B = 41.94%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F151A (or 0x0F151A) is known color: Black Pearl. HEX triplet: 0F, 15 and 1A. RGB value is (15,21,26). Sum of RGB (Red+Green+Blue) = 15+21+26=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F151A is #F0EAE5. Grayscale: #131313. Windows color (decimal): -15788774 or 1709327. OLE color: 1709327.

HSL color Cylindrical-coordinate representation of color #0F151A: hue angle of 207.27º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0F151A is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 21 26 -
CMYK 0.42 0.19 0 0.90
HSL 207.27º 0.27% 0.08% -
HSV(B) 207.27º 0.42% 0.1% -
XYZ 0.65 0.71 1.08 -
YUV 19.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 15 21 26 0.42 0.19 0 0.90 207.27 0.27 0.08
Hex F 15 1A 2A 13 0 5A CF 1B 8
Octal 17 25 32 52 23 0 132 317 33 10
Binary 1111 10101 11010 101010 10011 0 1011010 11001111 11011 1000

Color Harmonies of #0F151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F151A

Black with #0F151A

Text Example


Text Example

White with #0F151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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