Html Css Color HEX #061B0A Black Bean

📋 copy color: '#061B0A'

red 6 ◦ green 27 ◦ blue 10

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

Shades of Black Bean #061B0A

Tints of Black Bean #061B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 62.79%

 BLUE value IS 10 (4.3% from 255) = 23.26%

R = 13.95%
G = 62.79%
B = 23.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.89

RGB Variations

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

Color information

#061B0A (or 0x061B0A) is known color: Black Bean. HEX triplet: 06, 1B and 0A. RGB value is (6,27,10). Sum of RGB (Red+Green+Blue) = 6+27+10=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 27 (10.94% from 255 or 62.79% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 27 - color contains mainly: green. Hex color #061B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061B0A is #F9E4F5. Grayscale: #121212. Windows color (decimal): -16377078 or 662278. OLE color: 662278.

HSL color Cylindrical-coordinate representation of color #061B0A: hue angle of 131.43º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #061B0A is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 27 10 -
CMYK 0.78 0 0.63 0.89
HSL 131.43º 0.64% 0.06% -
HSV(B) 131.43º 0.78% 0.11% -
XYZ 0.52 0.84 0.42 -
YUV 18.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 6 27 10 0.78 0 0.63 0.89 131.43 0.64 0.06
Hex 6 1B A 4E 0 3F 59 83 40 6
Octal 6 33 12 116 0 77 131 203 100 6
Binary 110 11011 1010 1001110 0 111111 1011001 10000011 1000000 110

Color Harmonies of #061B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B0A

Black with #061B0A

Text Example


Text Example

White with #061B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061B0A; }

 p { color: rgb(6,27,10); }

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

background-color css

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

 a { background-color: rgb(6,27,10); }

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

border-color css

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

 span { border-color: rgb(6,27,10); }

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