Html Css Color HEX #0F1D26 Black Pearl

📋 copy color: '#0F1D26'

red 15 ◦ green 29 ◦ blue 38

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

Shades of Black Pearl #0F1D26

Tints of Black Pearl #0F1D26

RGB

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

 GREEN value IS 29 (11.72% from 255) = 35.37%

 BLUE value IS 38 (15.23% from 255) = 46.34%

R = 18.29%
G = 35.37%
B = 46.34%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F1D26 (or 0x0F1D26) is known color: Black Pearl. HEX triplet: 0F, 1D and 26. RGB value is (15,29,38). Sum of RGB (Red+Green+Blue) = 15+29+38=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F1D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D26 is #F0E2D9. Grayscale: #191919. Windows color (decimal): -15786714 or 2497807. OLE color: 2497807.

HSL color Cylindrical-coordinate representation of color #0F1D26: hue angle of 203.48º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F1D26 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 29 38 -
CMYK 0.61 0.24 0 0.85
HSL 203.48º 0.43% 0.1% -
HSV(B) 203.48º 0.61% 0.15% -
XYZ 0.99 1.12 2 -
YUV 25.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 15 29 38 0.61 0.24 0 0.85 203.48 0.43 0.1
Hex F 1D 26 3D 18 0 55 CB 2B A
Octal 17 35 46 75 30 0 125 313 53 12
Binary 1111 11101 100110 111101 11000 0 1010101 11001011 101011 1010

Color Harmonies of #0F1D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1D26

Black with #0F1D26

Text Example


Text Example

White with #0F1D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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