Html Css Color HEX #0F171F Black Pearl

📋 copy color: '#0F171F'

red 15 ◦ green 23 ◦ blue 31

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

Shades of Black Pearl #0F171F

Tints of Black Pearl #0F171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 44.93%

R = 21.74%
G = 33.33%
B = 44.93%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F171F (or 0x0F171F) is known color: Black Pearl. HEX triplet: 0F, 17 and 1F. RGB value is (15,23,31). Sum of RGB (Red+Green+Blue) = 15+23+31=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 23 (9.38% from 255 or 33.33% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F171F is #F0E8E0. Grayscale: #151515. Windows color (decimal): -15788257 or 2037519. OLE color: 2037519.

HSL color Cylindrical-coordinate representation of color #0F171F: hue angle of 210º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F171F is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 23 31 -
CMYK 0.52 0.26 0 0.88
HSL 210º 0.35% 0.09% -
HSV(B) 210º 0.52% 0.12% -
XYZ 0.75 0.81 1.41 -
YUV 21.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 15 23 31 0.52 0.26 0 0.88 210 0.35 0.09
Hex F 17 1F 34 1A 0 58 D2 23 9
Octal 17 27 37 64 32 0 130 322 43 11
Binary 1111 10111 11111 110100 11010 0 1011000 11010010 100011 1001

Color Harmonies of #0F171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F171F

Black with #0F171F

Text Example


Text Example

White with #0F171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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