Html Css Color HEX #0F1D1F Black Pearl

📋 copy color: '#0F1D1F'

red 15 ◦ green 29 ◦ blue 31

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

Shades of Black Pearl #0F1D1F

Tints of Black Pearl #0F1D1F

RGB

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

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

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

R = 20%
G = 38.67%
B = 41.33%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F1D1F (or 0x0F1D1F) is known color: Black Pearl. HEX triplet: 0F, 1D and 1F. RGB value is (15,29,31). Sum of RGB (Red+Green+Blue) = 15+29+31=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F1D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D1F is #F0E2E0. Grayscale: #191919. Windows color (decimal): -15786721 or 2039055. OLE color: 2039055.

HSL color Cylindrical-coordinate representation of color #0F1D1F: hue angle of 187.5º 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 #0F1D1F is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 29 31 -
CMYK 0.52 0.06 0 0.88
HSL 187.5º 0.35% 0.09% -
HSV(B) 187.5º 0.52% 0.12% -
XYZ 0.88 1.08 1.46 -
YUV 25.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 15 29 31 0.52 0.06 0 0.88 187.5 0.35 0.09
Hex F 1D 1F 34 6 0 58 BC 23 9
Octal 17 35 37 64 6 0 130 274 43 11
Binary 1111 11101 11111 110100 110 0 1011000 10111100 100011 1001

Color Harmonies of #0F1D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1D1F

Black with #0F1D1F

Text Example


Text Example

White with #0F1D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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