Html Css Color HEX #010C00 Black Bean

📋 copy color: '#010C00'

red 1 ◦ green 12 ◦ blue 0

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

Shades of Black Bean #010C00

Tints of Black Bean #010C00

RGB

 RED value IS 1 (0.78% from 255) = 7.69%

 GREEN value IS 12 (5.08% from 255) = 92.31%

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

R = 7.69%
G = 92.31%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.95

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #010C00: hue angle of 115º 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 #010C00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.

Color convert

RGB 1 12 0 -
CMYK 0.92 0 1 0.95
HSL 115º 1% 0.02% -
HSV(B) 115º 1% 0.05% -
XYZ 0.14 0.27 0.04 -
YUV 7.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 1 12 0 0.92 0 1 0.95 115 1 0.02
Hex 1 C 0 5C 0 64 5F 73 64 2
Octal 1 14 0 134 0 144 137 163 144 2
Binary 1 1100 0 1011100 0 1100100 1011111 1110011 1100100 10

Color Harmonies of #010C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C00

Black with #010C00

Text Example


Text Example

White with #010C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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