Html Css Color HEX #051304 Black Bean

📋 copy color: '#051304'

red 5 ◦ green 19 ◦ blue 4

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

Shades of Black Bean #051304

Tints of Black Bean #051304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 14.29%

R = 17.86%
G = 67.86%
B = 14.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#051304 (or 0x051304) is known color: Black Bean. HEX triplet: 05, 13 and 04. RGB value is (5,19,4). Sum of RGB (Red+Green+Blue) = 5+19+4=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 19 (7.81% from 255 or 67.86% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 19 - color contains mainly: green. Hex color #051304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051304 is #FAECFB. Grayscale: #0D0D0D. Windows color (decimal): -16444668 or 267013. OLE color: 267013.

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

Color convert

RGB 5 19 4 -
CMYK 0.74 0 0.79 0.93
HSL 116º 0.65% 0.05% -
HSV(B) 116º 0.79% 0.07% -
XYZ 0.32 0.51 0.2 -
YUV 13.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 5 19 4 0.74 0 0.79 0.93 116 0.65 0.05
Hex 5 13 4 4A 0 4F 5D 74 41 5
Octal 5 23 4 112 0 117 135 164 101 5
Binary 101 10011 100 1001010 0 1001111 1011101 1110100 1000001 101

Color Harmonies of #051304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051304

Black with #051304

Text Example


Text Example

White with #051304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051304; }

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

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

background-color css

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

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

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

border-color css

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

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

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