Html Css Color HEX #061005 Black Bean

📋 copy color: '#061005'

red 6 ◦ green 16 ◦ blue 5

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

Shades of Black Bean #061005

Tints of Black Bean #061005

RGB

 RED value IS 6 (2.73% from 255) = 22.22%

 GREEN value IS 16 (6.64% from 255) = 59.26%

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

R = 22.22%
G = 59.26%
B = 18.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.94

RGB Variations

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

Color information

#061005 (or 0x061005) is known color: Black Bean. HEX triplet: 06, 10 and 05. RGB value is (6,16,5). Sum of RGB (Red+Green+Blue) = 6+16+5=27 (3% of max value = 765). Red value is 6 (2.73% from 255 or 22.22% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #061005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061005 is #F9EFFA. Grayscale: #0B0B0B. Windows color (decimal): -16379899 or 331782. OLE color: 331782.

HSL color Cylindrical-coordinate representation of color #061005: hue angle of 114.55º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #061005 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.

Color convert

RGB 6 16 5 -
CMYK 0.62 0 0.69 0.94
HSL 114.55º 0.52% 0.04% -
HSV(B) 114.55º 0.69% 0.06% -
XYZ 0.29 0.42 0.21 -
YUV 11.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 6 16 5 0.62 0 0.69 0.94 114.55 0.52 0.04
Hex 6 10 5 3E 0 45 5E 73 34 4
Octal 6 20 5 76 0 105 136 163 64 4
Binary 110 10000 101 111110 0 1000101 1011110 1110011 110100 100

Color Harmonies of #061005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061005

Black with #061005

Text Example


Text Example

White with #061005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061005; }

 p { color: rgb(6,16,5); }

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

background-color css

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

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

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

border-color css

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

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

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