Html Css Color HEX #0F171A Black Pearl

📋 copy color: '#0F171A'

red 15 ◦ green 23 ◦ blue 26

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

Shades of Black Pearl #0F171A

Tints of Black Pearl #0F171A

RGB

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

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

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

R = 23.44%
G = 35.94%
B = 40.63%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F171A (or 0x0F171A) is known color: Black Pearl. HEX triplet: 0F, 17 and 1A. RGB value is (15,23,26). Sum of RGB (Red+Green+Blue) = 15+23+26=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F171A is #F0E8E5. Grayscale: #141414. Windows color (decimal): -15788262 or 1709839. OLE color: 1709839.

HSL color Cylindrical-coordinate representation of color #0F171A: hue angle of 196.36º 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 #0F171A is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 23 26 -
CMYK 0.42 0.12 0 0.90
HSL 196.36º 0.27% 0.08% -
HSV(B) 196.36º 0.42% 0.1% -
XYZ 0.69 0.79 1.09 -
YUV 20.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 15 23 26 0.42 0.12 0 0.90 196.36 0.27 0.08
Hex F 17 1A 2A C 0 5A C4 1B 8
Octal 17 27 32 52 14 0 132 304 33 10
Binary 1111 10111 11010 101010 1100 0 1011010 11000100 11011 1000

Color Harmonies of #0F171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F171A

Black with #0F171A

Text Example


Text Example

White with #0F171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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