Html Css Color HEX #001D02 Black Bean

📋 copy color: '#001D02'

red 0 ◦ green 29 ◦ blue 2

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

Shades of Black Bean #001D02

Tints of Black Bean #001D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 93.55%

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

R = 0%
G = 93.55%
B = 6.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#001D02 (or 0x001D02) is known color: Black Bean. HEX triplet: 00, 1D and 02. RGB value is (0,29,2). Sum of RGB (Red+Green+Blue) = 0+29+2=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 29 (11.72% from 255 or 93.55% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 29 - color contains mainly: green. Hex color #001D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001D02 is #FFE2FD. Grayscale: #111111. Windows color (decimal): -16769790 or 138496. OLE color: 138496.

HSL color Cylindrical-coordinate representation of color #001D02: hue angle of 124.14º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D02 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 29 2 -
CMYK 1 0 0.93 0.89
HSL 124.14º 1% 0.06% -
HSV(B) 124.14º 1% 0.11% -
XYZ 0.45 0.88 0.2 -
YUV 17.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 0 29 2 1 0 0.93 0.89 124.14 1 0.06
Hex 0 1D 2 64 0 5D 59 7C 64 6
Octal 0 35 2 144 0 135 131 174 144 6
Binary 0 11101 10 1100100 0 1011101 1011001 1111100 1100100 110

Color Harmonies of #001D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D02

Black with #001D02

Text Example


Text Example

White with #001D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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