Html Css Color HEX #0F161A Black Pearl

📋 copy color: '#0F161A'

red 15 ◦ green 22 ◦ blue 26

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

Shades of Black Pearl #0F161A

Tints of Black Pearl #0F161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 34.92%

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

R = 23.81%
G = 34.92%
B = 41.27%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F161A (or 0x0F161A) is known color: Black Pearl. HEX triplet: 0F, 16 and 1A. RGB value is (15,22,26). Sum of RGB (Red+Green+Blue) = 15+22+26=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F161A is #F0E9E5. Grayscale: #141414. Windows color (decimal): -15788518 or 1709583. OLE color: 1709583.

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

Color convert

RGB 15 22 26 -
CMYK 0.42 0.15 0 0.90
HSL 201.82º 0.27% 0.08% -
HSV(B) 201.82º 0.42% 0.1% -
XYZ 0.67 0.75 1.09 -
YUV 20.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 15 22 26 0.42 0.15 0 0.90 201.82 0.27 0.08
Hex F 16 1A 2A F 0 5A CA 1B 8
Octal 17 26 32 52 17 0 132 312 33 10
Binary 1111 10110 11010 101010 1111 0 1011010 11001010 11011 1000

Color Harmonies of #0F161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F161A

Black with #0F161A

Text Example


Text Example

White with #0F161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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