Html Css Color HEX #011B06 Black Bean

📋 copy color: '#011B06'

red 1 ◦ green 27 ◦ blue 6

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

Shades of Black Bean #011B06

Tints of Black Bean #011B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 17.65%

R = 2.94%
G = 79.41%
B = 17.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.89

RGB Variations

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

Color information

#011B06 (or 0x011B06) is known color: Black Bean. HEX triplet: 01, 1B and 06. RGB value is (1,27,6). Sum of RGB (Red+Green+Blue) = 1+27+6=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 27 (10.94% from 255 or 79.41% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 27 - color contains mainly: green. Hex color #011B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B06 is #FEE4F9. Grayscale: #101010. Windows color (decimal): -16704762 or 400129. OLE color: 400129.

HSL color Cylindrical-coordinate representation of color #011B06: hue angle of 131.54º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011B06 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 27 6 -
CMYK 0.96 0 0.78 0.89
HSL 131.54º 0.93% 0.05% -
HSV(B) 131.54º 0.96% 0.11% -
XYZ 0.44 0.8 0.3 -
YUV 16.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 1 27 6 0.96 0 0.78 0.89 131.54 0.93 0.05
Hex 1 1B 6 60 0 4E 59 84 5D 5
Octal 1 33 6 140 0 116 131 204 135 5
Binary 1 11011 110 1100000 0 1001110 1011001 10000100 1011101 101

Color Harmonies of #011B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B06

Black with #011B06

Text Example


Text Example

White with #011B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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