Html Css Color HEX #061D0C Black Bean

📋 copy color: '#061D0C'

red 6 ◦ green 29 ◦ blue 12

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

Shades of Black Bean #061D0C

Tints of Black Bean #061D0C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 61.7%

 BLUE value IS 12 (5.08% from 255) = 25.53%

R = 12.77%
G = 61.7%
B = 25.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.89

RGB Variations

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

Color information

#061D0C (or 0x061D0C) is known color: Black Bean. HEX triplet: 06, 1D and 0C. RGB value is (6,29,12). Sum of RGB (Red+Green+Blue) = 6+29+12=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #061D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061D0C is #F9E2F3. Grayscale: #141414. Windows color (decimal): -16376564 or 793862. OLE color: 793862.

HSL color Cylindrical-coordinate representation of color #061D0C: hue angle of 135.65º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061D0C is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 29 12 -
CMYK 0.79 0 0.59 0.89
HSL 135.65º 0.66% 0.07% -
HSV(B) 135.65º 0.79% 0.11% -
XYZ 0.58 0.94 0.5 -
YUV 20.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 6 29 12 0.79 0 0.59 0.89 135.65 0.66 0.07
Hex 6 1D C 4F 0 3B 59 88 42 7
Octal 6 35 14 117 0 73 131 210 102 7
Binary 110 11101 1100 1001111 0 111011 1011001 10001000 1000010 111

Color Harmonies of #061D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D0C

Black with #061D0C

Text Example


Text Example

White with #061D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,29,12); }

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

background-color css

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

 a { background-color: rgb(6,29,12); }

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

border-color css

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

 span { border-color: rgb(6,29,12); }

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