Html Css Color HEX #051305 Black Bean

📋 copy color: '#051305'

red 5 ◦ green 19 ◦ blue 5

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

Shades of Black Bean #051305

Tints of Black Bean #051305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 65.52%

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

R = 17.24%
G = 65.52%
B = 17.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#051305 (or 0x051305) is known color: Black Bean. HEX triplet: 05, 13 and 05. RGB value is (5,19,5). Sum of RGB (Red+Green+Blue) = 5+19+5=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 19 (7.81% from 255 or 65.52% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 19 - color contains mainly: green. Hex color #051305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051305 is #FAECFA. Grayscale: #0D0D0D. Windows color (decimal): -16444667 or 332549. OLE color: 332549.

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

Color convert

RGB 5 19 5 -
CMYK 0.74 0 0.74 0.93
HSL 120º 0.58% 0.05% -
HSV(B) 120º 0.74% 0.07% -
XYZ 0.32 0.51 0.22 -
YUV 13.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 5 19 5 0.74 0 0.74 0.93 120 0.58 0.05
Hex 5 13 5 4A 0 4A 5D 78 3A 5
Octal 5 23 5 112 0 112 135 170 72 5
Binary 101 10011 101 1001010 0 1001010 1011101 1111000 111010 101

Color Harmonies of #051305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051305

Black with #051305

Text Example


Text Example

White with #051305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051305; }

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

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

background-color css

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

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

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

border-color css

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

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

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