Html Css Color HEX #011B02 Black Bean

📋 copy color: '#011B02'

red 1 ◦ green 27 ◦ blue 2

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

Shades of Black Bean #011B02

Tints of Black Bean #011B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 6.67%

R = 3.33%
G = 90%
B = 6.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#011B02 (or 0x011B02) is known color: Black Bean. HEX triplet: 01, 1B and 02. RGB value is (1,27,2). Sum of RGB (Red+Green+Blue) = 1+27+2=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 27 (10.94% from 255 or 90% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 27 - color contains mainly: green. Hex color #011B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B02 is #FEE4FD. Grayscale: #101010. Windows color (decimal): -16704766 or 137985. OLE color: 137985.

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

Color convert

RGB 1 27 2 -
CMYK 0.96 0 0.93 0.89
HSL 122.31º 0.93% 0.05% -
HSV(B) 122.31º 0.96% 0.11% -
XYZ 0.42 0.79 0.19 -
YUV 16.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 1 27 2 0.96 0 0.93 0.89 122.31 0.93 0.05
Hex 1 1B 2 60 0 5D 59 7A 5D 5
Octal 1 33 2 140 0 135 131 172 135 5
Binary 1 11011 10 1100000 0 1011101 1011001 1111010 1011101 101

Color Harmonies of #011B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B02

Black with #011B02

Text Example


Text Example

White with #011B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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