#000C01

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

Shades of Black Bean #000C01

Tints of Black Bean #000C01

Color information

#000C01 (or 0x000C01) is unknown color: approx Black Bean. HEX triplet: 00, 0C and 01. RGB value is (0,12,1). Sum of RGB (Red+Green+Blue) = 0+12+1=13 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 13); Green value is 12 (5.08% from 255 or 92.31% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 12 - color contains mainly: green. Hex color #000C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C01 is #FFF3FE. Grayscale: #070707. Windows color (decimal): -16774143 or 68608. OLE color: 68608.

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

Color convert

RGB0121-
CMYK100.920.95
HSL125º100%2.35%-
HSV(B)125º100%4.71%-
XYZ0.140.270.07-
YUV7.16124.52122.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 92.31%
BLUE value IS 1 (0.78% from 255) = 7.69%
R=0%
G=92.31%
B=7.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0121100.920.951251002.35
Hex0C16405C5F7d642
Octal014114401341371751442
Binary01100111001000101110010111111111101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000C01; }

 p { color: rgb(0,12,1); }

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

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

 a { background-color: rgb(0,12,1); }

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

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

 span { border-color: rgb(0,12,1); }

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