Html Css Color HEX #06240A Black Bean

📋 copy color: '#06240A'

red 6 ◦ green 36 ◦ blue 10

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

Shades of Black Bean #06240A

Tints of Black Bean #06240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 69.23%

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

R = 11.54%
G = 69.23%
B = 19.23%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#06240A (or 0x06240A) is known color: Black Bean. HEX triplet: 06, 24 and 0A. RGB value is (6,36,10). Sum of RGB (Red+Green+Blue) = 6+36+10=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 36 (14.45% from 255 or 69.23% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 36 - color contains mainly: green. Hex color #06240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06240A is #F9DBF5. Grayscale: #181818. Windows color (decimal): -16374774 or 664582. OLE color: 664582.

HSL color Cylindrical-coordinate representation of color #06240A: hue angle of 128º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #06240A is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB 6 36 10 -
CMYK 0.83 0 0.72 0.86
HSL 128º 0.71% 0.08% -
HSV(B) 128º 0.83% 0.14% -
XYZ 0.76 1.32 0.5 -
YUV 24.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 6 36 10 0.83 0 0.72 0.86 128 0.71 0.08
Hex 6 24 A 53 0 48 56 80 47 8
Octal 6 44 12 123 0 110 126 200 107 10
Binary 110 100100 1010 1010011 0 1001000 1010110 10000000 1000111 1000

Color Harmonies of #06240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06240A

Black with #06240A

Text Example


Text Example

White with #06240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06240A; }

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

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

background-color css

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

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

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

border-color css

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

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

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