Html Css Color HEX #04200A Black Bean

📋 copy color: '#04200A'

red 4 ◦ green 32 ◦ blue 10

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

Shades of Black Bean #04200A

Tints of Black Bean #04200A

RGB

 RED value IS 4 (1.95% from 255) = 8.7%

 GREEN value IS 32 (12.89% from 255) = 69.57%

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

R = 8.7%
G = 69.57%
B = 21.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.87

RGB Variations

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

Color information

#04200A (or 0x04200A) is known color: Black Bean. HEX triplet: 04, 20 and 0A. RGB value is (4,32,10). Sum of RGB (Red+Green+Blue) = 4+32+10=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 32 (12.89% from 255 or 69.57% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 32 - color contains mainly: green. Hex color #04200A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04200A is #FBDFF5. Grayscale: #151515. Windows color (decimal): -16506870 or 663556. OLE color: 663556.

HSL color Cylindrical-coordinate representation of color #04200A: hue angle of 132.86º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #04200A is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 32 10 -
CMYK 0.87 0 0.69 0.87
HSL 132.86º 0.78% 0.07% -
HSV(B) 132.86º 0.88% 0.13% -
XYZ 0.62 1.08 0.46 -
YUV 21.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 4 32 10 0.87 0 0.69 0.87 132.86 0.78 0.07
Hex 4 20 A 57 0 45 57 85 4E 7
Octal 4 40 12 127 0 105 127 205 116 7
Binary 100 100000 1010 1010111 0 1000101 1010111 10000101 1001110 111

Color Harmonies of #04200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04200A

Black with #04200A

Text Example


Text Example

White with #04200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,32,10); }

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

background-color css

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

 a { background-color: rgb(4,32,10); }

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

border-color css

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

 span { border-color: rgb(4,32,10); }

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