Html Css Color HEX #012604 Black Bean

📋 copy color: '#012604'

red 1 ◦ green 38 ◦ blue 4

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

Shades of Black Bean #012604

Tints of Black Bean #012604

RGB

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

 GREEN value IS 38 (15.23% from 255) = 88.37%

 BLUE value IS 4 (1.95% from 255) = 9.3%

R = 2.33%
G = 88.37%
B = 9.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#012604 (or 0x012604) is known color: Black Bean. HEX triplet: 01, 26 and 04. RGB value is (1,38,4). Sum of RGB (Red+Green+Blue) = 1+38+4=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 38 (15.23% from 255 or 88.37% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 38 - color contains mainly: green. Hex color #012604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012604 is #FED9FB. Grayscale: #171717. Windows color (decimal): -16701948 or 271873. OLE color: 271873.

HSL color Cylindrical-coordinate representation of color #012604: hue angle of 124.86º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012604 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 38 4 -
CMYK 0.97 0 0.89 0.85
HSL 124.86º 0.95% 0.08% -
HSV(B) 124.86º 0.97% 0.15% -
XYZ 0.73 1.4 0.35 -
YUV 23.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 1 38 4 0.97 0 0.89 0.85 124.86 0.95 0.08
Hex 1 26 4 61 0 59 55 7D 5F 8
Octal 1 46 4 141 0 131 125 175 137 10
Binary 1 100110 100 1100001 0 1011001 1010101 1111101 1011111 1000

Color Harmonies of #012604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012604

Black with #012604

Text Example


Text Example

White with #012604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012604; }

 p { color: rgb(1,38,4); }

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

background-color css

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

 a { background-color: rgb(1,38,4); }

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

border-color css

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

 span { border-color: rgb(1,38,4); }

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