Html Css Color HEX #0F1A20 Black Pearl

📋 copy color: '#0F1A20'

red 15 ◦ green 26 ◦ blue 32

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

Shades of Black Pearl #0F1A20

Tints of Black Pearl #0F1A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 35.62%

 BLUE value IS 32 (12.89% from 255) = 43.84%

R = 20.55%
G = 35.62%
B = 43.84%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0F1A20 (or 0x0F1A20) is known color: Black Pearl. HEX triplet: 0F, 1A and 20. RGB value is (15,26,32). Sum of RGB (Red+Green+Blue) = 15+26+32=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F1A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A20 is #F0E5DF. Grayscale: #171717. Windows color (decimal): -15787488 or 2103823. OLE color: 2103823.

HSL color Cylindrical-coordinate representation of color #0F1A20: hue angle of 201.18º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F1A20 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 26 32 -
CMYK 0.53 0.19 0 0.87
HSL 201.18º 0.36% 0.09% -
HSV(B) 201.18º 0.53% 0.13% -
XYZ 0.83 0.94 1.51 -
YUV 23.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 15 26 32 0.53 0.19 0 0.87 201.18 0.36 0.09
Hex F 1A 20 35 13 0 57 C9 24 9
Octal 17 32 40 65 23 0 127 311 44 11
Binary 1111 11010 100000 110101 10011 0 1010111 11001001 100100 1001

Color Harmonies of #0F1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1A20

Black with #0F1A20

Text Example


Text Example

White with #0F1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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