Html Css Color HEX #012504 Black Bean

📋 copy color: '#012504'

red 1 ◦ green 37 ◦ blue 4

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

Shades of Black Bean #012504

Tints of Black Bean #012504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 88.1%

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

R = 2.38%
G = 88.1%
B = 9.52%

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

#012504 (or 0x012504) is known color: Black Bean. HEX triplet: 01, 25 and 04. RGB value is (1,37,4). Sum of RGB (Red+Green+Blue) = 1+37+4=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 37 (14.84% from 255 or 88.10% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 37 - color contains mainly: green. Hex color #012504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012504 is #FEDAFB. Grayscale: #161616. Windows color (decimal): -16702204 or 271617. OLE color: 271617.

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

Color convert

RGB 1 37 4 -
CMYK 0.97 0 0.89 0.85
HSL 125º 0.95% 0.07% -
HSV(B) 125º 0.97% 0.15% -
XYZ 0.7 1.34 0.34 -
YUV 22.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 1 37 4 0.97 0 0.89 0.85 125 0.95 0.07
Hex 1 25 4 61 0 59 55 7D 5F 7
Octal 1 45 4 141 0 131 125 175 137 7
Binary 1 100101 100 1100001 0 1011001 1010101 1111101 1011111 111

Color Harmonies of #012504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012504

Black with #012504

Text Example


Text Example

White with #012504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012504; }

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

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

background-color css

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

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

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

border-color css

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

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

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