Html Css Color HEX #051505 Black Bean

📋 copy color: '#051505'

red 5 ◦ green 21 ◦ blue 5

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

Shades of Black Bean #051505

Tints of Black Bean #051505

RGB

 RED value IS 5 (2.34% from 255) = 16.13%

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

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

R = 16.13%
G = 67.74%
B = 16.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.76

 K value IS 0.92

RGB Variations

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

Color information

#051505 (or 0x051505) is known color: Black Bean. HEX triplet: 05, 15 and 05. RGB value is (5,21,5). Sum of RGB (Red+Green+Blue) = 5+21+5=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 21 (8.59% from 255 or 67.74% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 21 - color contains mainly: green. Hex color #051505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051505 is #FAEAFA. Grayscale: #0E0E0E. Windows color (decimal): -16444155 or 333061. OLE color: 333061.

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

Color convert

RGB 5 21 5 -
CMYK 0.76 0 0.76 0.92
HSL 120º 0.62% 0.05% -
HSV(B) 120º 0.76% 0.08% -
XYZ 0.36 0.58 0.24 -
YUV 14.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 5 21 5 0.76 0 0.76 0.92 120 0.62 0.05
Hex 5 15 5 4C 0 4C 5C 78 3E 5
Octal 5 25 5 114 0 114 134 170 76 5
Binary 101 10101 101 1001100 0 1001100 1011100 1111000 111110 101

Color Harmonies of #051505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051505

Black with #051505

Text Example


Text Example

White with #051505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051505; }

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

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

background-color css

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

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

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

border-color css

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

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

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