Html Css Color HEX #011B05 Black Bean

📋 copy color: '#011B05'

red 1 ◦ green 27 ◦ blue 5

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

Shades of Black Bean #011B05

Tints of Black Bean #011B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 15.15%

R = 3.03%
G = 81.82%
B = 15.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.89

RGB Variations

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

Color information

#011B05 (or 0x011B05) is known color: Black Bean. HEX triplet: 01, 1B and 05. RGB value is (1,27,5). Sum of RGB (Red+Green+Blue) = 1+27+5=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 27 (10.94% from 255 or 81.82% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 27 - color contains mainly: green. Hex color #011B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B05 is #FEE4FA. Grayscale: #101010. Windows color (decimal): -16704763 or 334593. OLE color: 334593.

HSL color Cylindrical-coordinate representation of color #011B05: hue angle of 129.23º 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 #011B05 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 27 5 -
CMYK 0.96 0 0.81 0.89
HSL 129.23º 0.93% 0.05% -
HSV(B) 129.23º 0.96% 0.11% -
XYZ 0.43 0.8 0.28 -
YUV 16.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 1 27 5 0.96 0 0.81 0.89 129.23 0.93 0.05
Hex 1 1B 5 60 0 51 59 81 5D 5
Octal 1 33 5 140 0 121 131 201 135 5
Binary 1 11011 101 1100000 0 1010001 1011001 10000001 1011101 101

Color Harmonies of #011B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B05

Black with #011B05

Text Example


Text Example

White with #011B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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