Html Css Color HEX #030C04 Black Bean

📋 copy color: '#030C04'

red 3 ◦ green 12 ◦ blue 4

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

Shades of Black Bean #030C04

Tints of Black Bean #030C04

RGB

 RED value IS 3 (1.56% from 255) = 15.79%

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

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

R = 15.79%
G = 63.16%
B = 21.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.95

RGB Variations

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

Color information

#030C04 (or 0x030C04) is known color: Black Bean. HEX triplet: 03, 0C and 04. RGB value is (3,12,4). Sum of RGB (Red+Green+Blue) = 3+12+4=19 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15.79% from 19); Green value is 12 (5.08% from 255 or 63.16% from 19); Blue value is 4 (1.95% from 255 or 21.05% from 19); Max value from RGB is 12 - color contains mainly: green. Hex color #030C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C04 is #FCF3FB. Grayscale: #080808. Windows color (decimal): -16577532 or 265219. OLE color: 265219.

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

Color convert

RGB 3 12 4 -
CMYK 0.75 0 0.67 0.95
HSL 126.67º 0.6% 0.03% -
HSV(B) 126.67º 0.75% 0.05% -
XYZ 0.19 0.29 0.16 -
YUV 8.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 3 12 4 0.75 0 0.67 0.95 126.67 0.6 0.03
Hex 3 C 4 4B 0 43 5F 7F 3C 3
Octal 3 14 4 113 0 103 137 177 74 3
Binary 11 1100 100 1001011 0 1000011 1011111 1111111 111100 11

Color Harmonies of #030C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C04

Black with #030C04

Text Example


Text Example

White with #030C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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