Html Css Color HEX #011505 Black Bean

📋 copy color: '#011505'

red 1 ◦ green 21 ◦ blue 5

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

Shades of Black Bean #011505

Tints of Black Bean #011505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 77.78%

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

R = 3.7%
G = 77.78%
B = 18.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.92

RGB Variations

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

Color information

#011505 (or 0x011505) is known color: Black Bean. HEX triplet: 01, 15 and 05. RGB value is (1,21,5). Sum of RGB (Red+Green+Blue) = 1+21+5=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 21 (8.59% from 255 or 77.78% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 21 - color contains mainly: green. Hex color #011505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011505 is #FEEAFA. Grayscale: #0D0D0D. Windows color (decimal): -16706299 or 333057. OLE color: 333057.

HSL color Cylindrical-coordinate representation of color #011505: hue angle of 132º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011505 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 21 5 -
CMYK 0.95 0 0.76 0.92
HSL 132º 0.91% 0.04% -
HSV(B) 132º 0.95% 0.08% -
XYZ 0.31 0.55 0.23 -
YUV 13.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 1 21 5 0.95 0 0.76 0.92 132 0.91 0.04
Hex 1 15 5 5F 0 4C 5C 84 5B 4
Octal 1 25 5 137 0 114 134 204 133 4
Binary 1 10101 101 1011111 0 1001100 1011100 10000100 1011011 100

Color Harmonies of #011505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011505

Black with #011505

Text Example


Text Example

White with #011505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011505; }

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

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

background-color css

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

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

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

border-color css

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

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

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