Html Css Color HEX #001902 Black Bean

📋 copy color: '#001902'

red 0 ◦ green 25 ◦ blue 2

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

Shades of Black Bean #001902

Tints of Black Bean #001902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 92.59%

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

R = 0%
G = 92.59%
B = 7.41%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.90

RGB Variations

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

Color information

#001902 (or 0x001902) is known color: Black Bean. HEX triplet: 00, 19 and 02. RGB value is (0,25,2). Sum of RGB (Red+Green+Blue) = 0+25+2=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 25 (10.16% from 255 or 92.59% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 25 - color contains mainly: green. Hex color #001902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001902 is #FFE6FD. Grayscale: #0E0E0E. Windows color (decimal): -16770814 or 137472. OLE color: 137472.

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

Color convert

RGB 0 25 2 -
CMYK 1 0 0.92 0.90
HSL 124.8º 1% 0.05% -
HSV(B) 124.8º 1% 0.1% -
XYZ 0.36 0.7 0.17 -
YUV 14.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 0 25 2 1 0 0.92 0.90 124.8 1 0.05
Hex 0 19 2 64 0 5C 5A 7D 64 5
Octal 0 31 2 144 0 134 132 175 144 5
Binary 0 11001 10 1100100 0 1011100 1011010 1111101 1100100 101

Color Harmonies of #001902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001902

Black with #001902

Text Example


Text Example

White with #001902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001902; }

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

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

background-color css

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

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

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

border-color css

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

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

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