#002304

Color #002304 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #002304

Tints of Black Bean #002304

Color information

#002304 (or 0x002304) is unknown color: approx Black Bean. HEX triplet: 00, 23 and 04. RGB value is (0,35,4). Sum of RGB (Red+Green+Blue) = 0+35+4=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 35 (14.06% from 255 or 89.74% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 35 - color contains mainly: green. Hex color #002304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002304 is #FFDCFB. Grayscale: #151515. Windows color (decimal): -16768252 or 271104. OLE color: 271104.

HSL color Cylindrical-coordinate representation of color #002304: hue angle of 126.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002304 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB0354-
CMYK100.890.86
HSL126.86º100%6.86%-
HSV(B)126.86º100%13.73%-
XYZ0.621.210.32-
YUV21118.4113.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 89.74%
BLUE value IS 4 (1.95% from 255) = 10.26%
R=0%
G=89.74%
B=10.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0354100.890.86126.861006.86
Hex023464059567f647
Octal043414401311261771447
Binary0100011100110010001011001101011011111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002304; }

 p { color: rgb(0,35,4); }

 H1.HeaderClassName
 {
   color: #002304;
 }
 .AnyTagClassName
 {
   color: #002304;
 }
</style>
background-color css

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

 a { background-color: rgb(0,35,4); }

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

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

 span { border-color: rgb(0,35,4); }

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