Html Css Color HEX #001A01 Black Bean

📋 copy color: '#001A01'

red 0 ◦ green 26 ◦ blue 1

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

Shades of Black Bean #001A01

Tints of Black Bean #001A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 96.3%

 BLUE value IS 1 (0.78% from 255) = 3.7%

R = 0%
G = 96.3%
B = 3.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#001A01 (or 0x001A01) is known color: Black Bean. HEX triplet: 00, 1A and 01. RGB value is (0,26,1). Sum of RGB (Red+Green+Blue) = 0+26+1=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 26 (10.55% from 255 or 96.30% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 26 - color contains mainly: green. Hex color #001A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A01 is #FFE5FE. Grayscale: #0F0F0F. Windows color (decimal): -16770559 or 72192. OLE color: 72192.

HSL color Cylindrical-coordinate representation of color #001A01: hue angle of 122.31º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A01 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 26 1 -
CMYK 1 0 0.96 0.90
HSL 122.31º 1% 0.05% -
HSV(B) 122.31º 1% 0.1% -
XYZ 0.37 0.74 0.15 -
YUV 15.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 0 26 1 1 0 0.96 0.90 122.31 1 0.05
Hex 0 1A 1 64 0 60 5A 7A 64 5
Octal 0 32 1 144 0 140 132 172 144 5
Binary 0 11010 1 1100100 0 1100000 1011010 1111010 1100100 101

Color Harmonies of #001A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A01

Black with #001A01

Text Example


Text Example

White with #001A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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