Html Css Color HEX #040C05 Black Bean

📋 copy color: '#040C05'

red 4 ◦ green 12 ◦ blue 5

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

Shades of Black Bean #040C05

Tints of Black Bean #040C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 57.14%

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

R = 19.05%
G = 57.14%
B = 23.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.95

RGB Variations

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

Color information

#040C05 (or 0x040C05) is known color: Black Bean. HEX triplet: 04, 0C and 05. RGB value is (4,12,5). Sum of RGB (Red+Green+Blue) = 4+12+5=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 12 (5.08% from 255 or 57.14% from 21); Blue value is 5 (2.34% from 255 or 23.81% from 21); Max value from RGB is 12 - color contains mainly: green. Hex color #040C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C05 is #FBF3FA. Grayscale: #080808. Windows color (decimal): -16511995 or 330756. OLE color: 330756.

HSL color Cylindrical-coordinate representation of color #040C05: hue angle of 127.5º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #040C05 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.95.

Color convert

RGB 4 12 5 -
CMYK 0.67 0 0.58 0.95
HSL 127.5º 0.5% 0.03% -
HSV(B) 127.5º 0.67% 0.05% -
XYZ 0.21 0.3 0.19 -
YUV 8.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 4 12 5 0.67 0 0.58 0.95 127.5 0.5 0.03
Hex 4 C 5 43 0 3A 5F 80 32 3
Octal 4 14 5 103 0 72 137 200 62 3
Binary 100 1100 101 1000011 0 111010 1011111 10000000 110010 11

Color Harmonies of #040C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C05

Black with #040C05

Text Example


Text Example

White with #040C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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