Html Css Color HEX #011D1F Black Pearl

📋 copy color: '#011D1F'

red 1 ◦ green 29 ◦ blue 31

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

Shades of Black Pearl #011D1F

Tints of Black Pearl #011D1F

RGB

 RED value IS 1 (0.78% from 255) = 1.64%

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

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

R = 1.64%
G = 47.54%
B = 50.82%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#011D1F (or 0x011D1F) is known color: Black Pearl. HEX triplet: 01, 1D and 1F. RGB value is (1,29,31). Sum of RGB (Red+Green+Blue) = 1+29+31=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #011D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D1F is #FEE2E0. Grayscale: #141414. Windows color (decimal): -16704225 or 2039041. OLE color: 2039041.

HSL color Cylindrical-coordinate representation of color #011D1F: hue angle of 184º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011D1F is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 29 31 -
CMYK 0.97 0.06 0 0.88
HSL 184º 0.94% 0.06% -
HSV(B) 184º 0.97% 0.12% -
XYZ 0.7 0.98 1.45 -
YUV 20.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 1 29 31 0.97 0.06 0 0.88 184 0.94 0.06
Hex 1 1D 1F 61 6 0 58 B8 5E 6
Octal 1 35 37 141 6 0 130 270 136 6
Binary 1 11101 11111 1100001 110 0 1011000 10111000 1011110 110

Color Harmonies of #011D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D1F

Black with #011D1F

Text Example


Text Example

White with #011D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011D1F; }

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

 H1.HeaderClassName
 {
   color: #011D1F;
 }
 .AnyTagClassName
 {
   color: #011D1F;
 }
</style>

background-color css

<style>
 a { background-color: #011D1F; }

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

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

border-color css

<style>
 span { border-color: #011D1F; }

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

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