Html Css Color HEX #030D02 Black Bean

📋 copy color: '#030D02'

red 3 ◦ green 13 ◦ blue 2

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

Shades of Black Bean #030D02

Tints of Black Bean #030D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 72.22%

 BLUE value IS 2 (1.17% from 255) = 11.11%

R = 16.67%
G = 72.22%
B = 11.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.85

 K value IS 0.95

RGB Variations

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

Color information

#030D02 (or 0x030D02) is known color: Black Bean. HEX triplet: 03, 0D and 02. RGB value is (3,13,2). Sum of RGB (Red+Green+Blue) = 3+13+2=18 (2% of max value = 765). Red value is 3 (1.56% from 255 or 16.67% from 18); Green value is 13 (5.47% from 255 or 72.22% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 13 - color contains mainly: green. Hex color #030D02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D02 is #FCF2FD. Grayscale: #080808. Windows color (decimal): -16577278 or 134403. OLE color: 134403.

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

Color convert

RGB 3 13 2 -
CMYK 0.77 0 0.85 0.95
HSL 114.55º 0.73% 0.03% -
HSV(B) 114.55º 0.85% 0.05% -
XYZ 0.19 0.31 0.11 -
YUV 8.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 3 13 2 0.77 0 0.85 0.95 114.55 0.73 0.03
Hex 3 D 2 4D 0 55 5F 73 49 3
Octal 3 15 2 115 0 125 137 163 111 3
Binary 11 1101 10 1001101 0 1010101 1011111 1110011 1001001 11

Color Harmonies of #030D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D02

Black with #030D02

Text Example


Text Example

White with #030D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,13,2); }

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

background-color css

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

 a { background-color: rgb(3,13,2); }

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

border-color css

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

 span { border-color: rgb(3,13,2); }

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