Html Css Color HEX #011C1F Black Pearl

📋 copy color: '#011C1F'

red 1 ◦ green 28 ◦ blue 31

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

Shades of Black Pearl #011C1F

Tints of Black Pearl #011C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 46.67%

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

R = 1.67%
G = 46.67%
B = 51.67%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#011C1F (or 0x011C1F) is known color: Black Pearl. HEX triplet: 01, 1C and 1F. RGB value is (1,28,31). Sum of RGB (Red+Green+Blue) = 1+28+31=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #011C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C1F is #FEE3E0. Grayscale: #141414. Windows color (decimal): -16704481 or 2038785. OLE color: 2038785.

HSL color Cylindrical-coordinate representation of color #011C1F: hue angle of 186º 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 #011C1F is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 28 31 -
CMYK 0.97 0.10 0 0.88
HSL 186º 0.94% 0.06% -
HSV(B) 186º 0.97% 0.12% -
XYZ 0.68 0.94 1.44 -
YUV 20.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 1 28 31 0.97 0.10 0 0.88 186 0.94 0.06
Hex 1 1C 1F 61 A 0 58 BA 5E 6
Octal 1 34 37 141 12 0 130 272 136 6
Binary 1 11100 11111 1100001 1010 0 1011000 10111010 1011110 110

Color Harmonies of #011C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C1F

Black with #011C1F

Text Example


Text Example

White with #011C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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