Html Css Color HEX #0F171D Black Pearl

📋 copy color: '#0F171D'

red 15 ◦ green 23 ◦ blue 29

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

Shades of Black Pearl #0F171D

Tints of Black Pearl #0F171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 43.28%

R = 22.39%
G = 34.33%
B = 43.28%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F171D (or 0x0F171D) is known color: Black Pearl. HEX triplet: 0F, 17 and 1D. RGB value is (15,23,29). Sum of RGB (Red+Green+Blue) = 15+23+29=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F171D is #F0E8E2. Grayscale: #151515. Windows color (decimal): -15788259 or 1906447. OLE color: 1906447.

HSL color Cylindrical-coordinate representation of color #0F171D: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F171D is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 23 29 -
CMYK 0.48 0.21 0 0.89
HSL 205.71º 0.32% 0.09% -
HSV(B) 205.71º 0.48% 0.11% -
XYZ 0.73 0.8 1.28 -
YUV 21.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 15 23 29 0.48 0.21 0 0.89 205.71 0.32 0.09
Hex F 17 1D 30 15 0 59 CE 20 9
Octal 17 27 35 60 25 0 131 316 40 11
Binary 1111 10111 11101 110000 10101 0 1011001 11001110 100000 1001

Color Harmonies of #0F171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F171D

Black with #0F171D

Text Example


Text Example

White with #0F171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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