Html Css Color HEX #051308 Black Bean

📋 copy color: '#051308'

red 5 ◦ green 19 ◦ blue 8

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

Shades of Black Bean #051308

Tints of Black Bean #051308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 25%

R = 15.63%
G = 59.38%
B = 25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#051308 (or 0x051308) is known color: Black Bean. HEX triplet: 05, 13 and 08. RGB value is (5,19,8). Sum of RGB (Red+Green+Blue) = 5+19+8=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 19 (7.81% from 255 or 59.38% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 19 - color contains mainly: green. Hex color #051308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051308 is #FAECF7. Grayscale: #0D0D0D. Windows color (decimal): -16444664 or 529157. OLE color: 529157.

HSL color Cylindrical-coordinate representation of color #051308: hue angle of 132.86º 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 #051308 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 19 8 -
CMYK 0.74 0 0.58 0.93
HSL 132.86º 0.58% 0.05% -
HSV(B) 132.86º 0.74% 0.07% -
XYZ 0.34 0.52 0.31 -
YUV 13.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 5 19 8 0.74 0 0.58 0.93 132.86 0.58 0.05
Hex 5 13 8 4A 0 3A 5D 85 3A 5
Octal 5 23 10 112 0 72 135 205 72 5
Binary 101 10011 1000 1001010 0 111010 1011101 10000101 111010 101

Color Harmonies of #051308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051308

Black with #051308

Text Example


Text Example

White with #051308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051308; }

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

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

background-color css

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

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

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

border-color css

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

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

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