Html Css Color HEX #04210A Black Bean

📋 copy color: '#04210A'

red 4 ◦ green 33 ◦ blue 10

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

Shades of Black Bean #04210A

Tints of Black Bean #04210A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 70.21%

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

R = 8.51%
G = 70.21%
B = 21.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.87

RGB Variations

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

Color information

#04210A (or 0x04210A) is known color: Black Bean. HEX triplet: 04, 21 and 0A. RGB value is (4,33,10). Sum of RGB (Red+Green+Blue) = 4+33+10=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 33 (13.28% from 255 or 70.21% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 33 - color contains mainly: green. Hex color #04210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04210A is #FBDEF5. Grayscale: #151515. Windows color (decimal): -16506614 or 663812. OLE color: 663812.

HSL color Cylindrical-coordinate representation of color #04210A: hue angle of 132.41º 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 #04210A is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 33 10 -
CMYK 0.88 0 0.70 0.87
HSL 132.41º 0.78% 0.07% -
HSV(B) 132.41º 0.88% 0.13% -
XYZ 0.65 1.14 0.47 -
YUV 21.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 4 33 10 0.88 0 0.70 0.87 132.41 0.78 0.07
Hex 4 21 A 58 0 46 57 84 4E 7
Octal 4 41 12 130 0 106 127 204 116 7
Binary 100 100001 1010 1011000 0 1000110 1010111 10000100 1001110 111

Color Harmonies of #04210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04210A

Black with #04210A

Text Example


Text Example

White with #04210A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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