Html Css Color HEX #030F02 Black Bean

📋 copy color: '#030F02'

red 3 ◦ green 15 ◦ blue 2

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

Shades of Black Bean #030F02

Tints of Black Bean #030F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 75%

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

R = 15%
G = 75%
B = 10%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#030F02 (or 0x030F02) is known color: Black Bean. HEX triplet: 03, 0F and 02. RGB value is (3,15,2). Sum of RGB (Red+Green+Blue) = 3+15+2=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 15 (6.25% from 255 or 75% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 15 - color contains mainly: green. Hex color #030F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F02 is #FCF0FD. Grayscale: #090909. Windows color (decimal): -16576766 or 134915. OLE color: 134915.

HSL color Cylindrical-coordinate representation of color #030F02: hue angle of 115.38º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #030F02 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 15 2 -
CMYK 0.80 0 0.87 0.94
HSL 115.38º 0.76% 0.03% -
HSV(B) 115.38º 0.87% 0.06% -
XYZ 0.22 0.37 0.12 -
YUV 9.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 3 15 2 0.80 0 0.87 0.94 115.38 0.76 0.03
Hex 3 F 2 50 0 57 5E 73 4C 3
Octal 3 17 2 120 0 127 136 163 114 3
Binary 11 1111 10 1010000 0 1010111 1011110 1110011 1001100 11

Color Harmonies of #030F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F02

Black with #030F02

Text Example


Text Example

White with #030F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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