Html Css Color HEX #0F1721 Black Pearl

📋 copy color: '#0F1721'

red 15 ◦ green 23 ◦ blue 33

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

Shades of Black Pearl #0F1721

Tints of Black Pearl #0F1721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 32.39%

 BLUE value IS 33 (13.28% from 255) = 46.48%

R = 21.13%
G = 32.39%
B = 46.48%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0F1721 (or 0x0F1721) is known color: Black Pearl. HEX triplet: 0F, 17 and 21. RGB value is (15,23,33). Sum of RGB (Red+Green+Blue) = 15+23+33=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 33 - color contains mainly: blue. Hex color #0F1721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1721 is #F0E8DE. Grayscale: #151515. Windows color (decimal): -15788255 or 2168591. OLE color: 2168591.

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

Color convert

RGB 15 23 33 -
CMYK 0.55 0.30 0 0.87
HSL 213.33º 0.38% 0.09% -
HSV(B) 213.33º 0.55% 0.13% -
XYZ 0.78 0.82 1.56 -
YUV 21.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 15 23 33 0.55 0.30 0 0.87 213.33 0.38 0.09
Hex F 17 21 37 1E 0 57 D5 26 9
Octal 17 27 41 67 36 0 127 325 46 11
Binary 1111 10111 100001 110111 11110 0 1010111 11010101 100110 1001

Color Harmonies of #0F1721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1721

Black with #0F1721

Text Example


Text Example

White with #0F1721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,23,33); }

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

background-color css

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

 a { background-color: rgb(15,23,33); }

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

border-color css

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

 span { border-color: rgb(15,23,33); }

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