Html Css Color HEX #061F0C Black Bean

📋 copy color: '#061F0C'

red 6 ◦ green 31 ◦ blue 12

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

Shades of Black Bean #061F0C

Tints of Black Bean #061F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 63.27%

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

R = 12.24%
G = 63.27%
B = 24.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#061F0C (or 0x061F0C) is known color: Black Bean. HEX triplet: 06, 1F and 0C. RGB value is (6,31,12). Sum of RGB (Red+Green+Blue) = 6+31+12=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 31 (12.5% from 255 or 63.27% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 31 - color contains mainly: green. Hex color #061F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F0C is #F9E0F3. Grayscale: #151515. Windows color (decimal): -16376052 or 794374. OLE color: 794374.

HSL color Cylindrical-coordinate representation of color #061F0C: hue angle of 134.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F0C is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 31 12 -
CMYK 0.81 0 0.61 0.88
HSL 134.4º 0.68% 0.07% -
HSV(B) 134.4º 0.81% 0.12% -
XYZ 0.63 1.05 0.52 -
YUV 21.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 6 31 12 0.81 0 0.61 0.88 134.4 0.68 0.07
Hex 6 1F C 51 0 3D 58 86 44 7
Octal 6 37 14 121 0 75 130 206 104 7
Binary 110 11111 1100 1010001 0 111101 1011000 10000110 1000100 111

Color Harmonies of #061F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F0C

Black with #061F0C

Text Example


Text Example

White with #061F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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