Html Css Color HEX #011B1E Black Pearl

📋 copy color: '#011B1E'

red 1 ◦ green 27 ◦ blue 30

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

Shades of Black Pearl #011B1E

Tints of Black Pearl #011B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 46.55%

 BLUE value IS 30 (12.11% from 255) = 51.72%

R = 1.72%
G = 46.55%
B = 51.72%

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

#011B1E (or 0x011B1E) is known color: Black Pearl. HEX triplet: 01, 1B and 1E. RGB value is (1,27,30). Sum of RGB (Red+Green+Blue) = 1+27+30=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 27 (10.94% from 255 or 46.55% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #011B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B1E is #FEE4E1. Grayscale: #131313. Windows color (decimal): -16704738 or 1972993. OLE color: 1972993.

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

Color convert

RGB 1 27 30 -
CMYK 0.97 0.10 0 0.88
HSL 186.21º 0.94% 0.06% -
HSV(B) 186.21º 0.97% 0.12% -
XYZ 0.64 0.88 1.37 -
YUV 19.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 1 27 30 0.97 0.10 0 0.88 186.21 0.94 0.06
Hex 1 1B 1E 61 A 0 58 BA 5E 6
Octal 1 33 36 141 12 0 130 272 136 6
Binary 1 11011 11110 1100001 1010 0 1011000 10111010 1011110 110

Color Harmonies of #011B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B1E

Black with #011B1E

Text Example


Text Example

White with #011B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,27,30); }

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

background-color css

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

 a { background-color: rgb(1,27,30); }

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

border-color css

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

 span { border-color: rgb(1,27,30); }

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