Html Css Color HEX #001003 Black Bean

📋 copy color: '#001003'

red 0 ◦ green 16 ◦ blue 3

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

Shades of Black Bean #001003

Tints of Black Bean #001003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 84.21%

 BLUE value IS 3 (1.56% from 255) = 15.79%

R = 0%
G = 84.21%
B = 15.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.94

RGB Variations

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

Color information

#001003 (or 0x001003) is known color: Black Bean. HEX triplet: 00, 10 and 03. RGB value is (0,16,3). Sum of RGB (Red+Green+Blue) = 0+16+3=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 16 (6.64% from 255 or 84.21% from 19); Blue value is 3 (1.56% from 255 or 15.79% from 19); Max value from RGB is 16 - color contains mainly: green. Hex color #001003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001003 is #FFEFFC. Grayscale: #090909. Windows color (decimal): -16773117 or 200704. OLE color: 200704.

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

Color convert

RGB 0 16 3 -
CMYK 1 0 0.81 0.94
HSL 131.25º 1% 0.03% -
HSV(B) 131.25º 1% 0.06% -
XYZ 0.2 0.38 0.15 -
YUV 9.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 0 16 3 1 0 0.81 0.94 131.25 1 0.03
Hex 0 10 3 64 0 51 5E 83 64 3
Octal 0 20 3 144 0 121 136 203 144 3
Binary 0 10000 11 1100100 0 1010001 1011110 10000011 1100100 11

Color Harmonies of #001003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001003

Black with #001003

Text Example


Text Example

White with #001003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001003; }

 p { color: rgb(0,16,3); }

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

background-color css

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

 a { background-color: rgb(0,16,3); }

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

border-color css

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

 span { border-color: rgb(0,16,3); }

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