Html Css Color HEX #001502 Black Bean

📋 copy color: '#001502'

red 0 ◦ green 21 ◦ blue 2

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

Shades of Black Bean #001502

Tints of Black Bean #001502

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 21 (8.59% from 255) = 91.3%

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

R = 0%
G = 91.3%
B = 8.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#001502 (or 0x001502) is known color: Black Bean. HEX triplet: 00, 15 and 02. RGB value is (0,21,2). Sum of RGB (Red+Green+Blue) = 0+21+2=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 21 (8.59% from 255 or 91.30% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 21 - color contains mainly: green. Hex color #001502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001502 is #FFEAFD. Grayscale: #0C0C0C. Windows color (decimal): -16771838 or 136448. OLE color: 136448.

HSL color Cylindrical-coordinate representation of color #001502: hue angle of 125.71º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001502 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 21 2 -
CMYK 1 0 0.90 0.92
HSL 125.71º 1% 0.04% -
HSV(B) 125.71º 1% 0.08% -
XYZ 0.28 0.54 0.15 -
YUV 12.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 0 21 2 1 0 0.90 0.92 125.71 1 0.04
Hex 0 15 2 64 0 5A 5C 7E 64 4
Octal 0 25 2 144 0 132 134 176 144 4
Binary 0 10101 10 1100100 0 1011010 1011100 1111110 1100100 100

Color Harmonies of #001502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001502

Black with #001502

Text Example


Text Example

White with #001502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001502; }

 p { color: rgb(0,21,2); }

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

background-color css

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

 a { background-color: rgb(0,21,2); }

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

border-color css

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

 span { border-color: rgb(0,21,2); }

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