Html Css Color HEX #012405 Black Bean

📋 copy color: '#012405'

red 1 ◦ green 36 ◦ blue 5

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

Shades of Black Bean #012405

Tints of Black Bean #012405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 85.71%

 BLUE value IS 5 (2.34% from 255) = 11.9%

R = 2.38%
G = 85.71%
B = 11.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#012405 (or 0x012405) is known color: Black Bean. HEX triplet: 01, 24 and 05. RGB value is (1,36,5). Sum of RGB (Red+Green+Blue) = 1+36+5=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 36 (14.45% from 255 or 85.71% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 36 - color contains mainly: green. Hex color #012405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012405 is #FEDBFA. Grayscale: #161616. Windows color (decimal): -16702459 or 336897. OLE color: 336897.

HSL color Cylindrical-coordinate representation of color #012405: hue angle of 126.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012405 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 36 5 -
CMYK 0.97 0 0.86 0.86
HSL 126.86º 0.95% 0.07% -
HSV(B) 126.86º 0.97% 0.14% -
XYZ 0.67 1.28 0.36 -
YUV 22 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 1 36 5 0.97 0 0.86 0.86 126.86 0.95 0.07
Hex 1 24 5 61 0 56 56 7F 5F 7
Octal 1 44 5 141 0 126 126 177 137 7
Binary 1 100100 101 1100001 0 1010110 1010110 1111111 1011111 111

Color Harmonies of #012405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012405

Black with #012405

Text Example


Text Example

White with #012405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012405; }

 p { color: rgb(1,36,5); }

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

background-color css

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

 a { background-color: rgb(1,36,5); }

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

border-color css

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

 span { border-color: rgb(1,36,5); }

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