#010A02

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

Shades of Black Bean #010A02

Tints of Black Bean #010A02

Color information

#010A02 (or 0x010A02) is unknown color: approx Black Bean. HEX triplet: 01, 0A and 02. RGB value is (1,10,2). Sum of RGB (Red+Green+Blue) = 1+10+2=13 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.69% from 13); Green value is 10 (4.30% from 255 or 76.92% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 10 - color contains mainly: green. Hex color #010A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A02 is #FEF5FD. Grayscale: #060606. Windows color (decimal): -16709118 or 133633. OLE color: 133633.

HSL color Cylindrical-coordinate representation of color #010A02: hue angle of 126.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #010A02 is Cyan = 0.90, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.96.

Color convert

RGB1102-
CMYK0.9000.80.96
HSL126.67º81.82%2.16%-
HSV(B)126.67º90%3.92%-
XYZ0.130.230.09-
YUV6.4125.52124.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 7.69%
GREEN value IS 10 (4.30% from 255) = 76.92%
BLUE value IS 2 (1.17% from 255) = 15.38%
R=7.69%
G=76.92%
B=15.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal11020.9000.80.96126.6781.822.16
Hex1A25A050607f522
Octal112213201201401771222
Binary110101010110100101000011000001111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010A02; }

 p { color: rgb(1,10,2); }

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

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

 a { background-color: rgb(1,10,2); }

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

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

 span { border-color: rgb(1,10,2); }

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