Html Css Color HEX #050C04 Black Bean

📋 copy color: '#050C04'

red 5 ◦ green 12 ◦ blue 4

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

Shades of Black Bean #050C04

Tints of Black Bean #050C04

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.95

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #050C04: hue angle of 112.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 #050C04 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 12 4 -
CMYK 0.58 0 0.67 0.95
HSL 112.5º 0.5% 0.03% -
HSV(B) 112.5º 0.67% 0.05% -
XYZ 0.22 0.3 0.16 -
YUV 9 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 5 12 4 0.58 0 0.67 0.95 112.5 0.5 0.03
Hex 5 C 4 3A 0 43 5F 70 32 3
Octal 5 14 4 72 0 103 137 160 62 3
Binary 101 1100 100 111010 0 1000011 1011111 1110000 110010 11

Color Harmonies of #050C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C04

Black with #050C04

Text Example


Text Example

White with #050C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C04; }

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

 H1.HeaderClassName
 {
   color: #050C04;
 }
 .AnyTagClassName
 {
   color: #050C04;
 }
</style>

background-color css

<style>
 a { background-color: #050C04; }

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

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

border-color css

<style>
 span { border-color: #050C04; }

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

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