Html Css Color HEX #040A05 Black Bean

📋 copy color: '#040A05'

red 4 ◦ green 10 ◦ blue 5

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

Shades of Black Bean #040A05

Tints of Black Bean #040A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 52.63%

 BLUE value IS 5 (2.34% from 255) = 26.32%

R = 21.05%
G = 52.63%
B = 26.32%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.50

 K value IS 0.96

RGB Variations

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

Color information

#040A05 (or 0x040A05) is known color: Black Bean. HEX triplet: 04, 0A and 05. RGB value is (4,10,5). Sum of RGB (Red+Green+Blue) = 4+10+5=19 (2% of max value = 765). Red value is 4 (1.95% from 255 or 21.05% from 19); Green value is 10 (4.30% from 255 or 52.63% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 10 - color contains mainly: green. Hex color #040A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A05 is #FBF5FA. Grayscale: #070707. Windows color (decimal): -16512507 or 330244. OLE color: 330244.

HSL color Cylindrical-coordinate representation of color #040A05: hue angle of 130º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #040A05 is Cyan = 0.6, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.96.

Color convert

RGB 4 10 5 -
CMYK 0.6 0 0.50 0.96
HSL 130º 0.43% 0.03% -
HSV(B) 130º 0.6% 0.04% -
XYZ 0.19 0.25 0.18 -
YUV 7.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 4 10 5 0.6 0 0.50 0.96 130 0.43 0.03
Hex 4 A 5 3C 0 32 60 82 2B 3
Octal 4 12 5 74 0 62 140 202 53 3
Binary 100 1010 101 111100 0 110010 1100000 10000010 101011 11

Color Harmonies of #040A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A05

Black with #040A05

Text Example


Text Example

White with #040A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040A05; }

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

 H1.HeaderClassName
 {
   color: #040A05;
 }
 .AnyTagClassName
 {
   color: #040A05;
 }
</style>

background-color css

<style>
 a { background-color: #040A05; }

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

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

border-color css

<style>
 span { border-color: #040A05; }

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

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