Html Css Color HEX #012305 Black Bean

📋 copy color: '#012305'

red 1 ◦ green 35 ◦ blue 5

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

Shades of Black Bean #012305

Tints of Black Bean #012305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 85.37%

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

R = 2.44%
G = 85.37%
B = 12.2%

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

#012305 (or 0x012305) is known color: Black Bean. HEX triplet: 01, 23 and 05. RGB value is (1,35,5). Sum of RGB (Red+Green+Blue) = 1+35+5=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 35 (14.06% from 255 or 85.37% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 35 - color contains mainly: green. Hex color #012305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012305 is #FEDCFA. Grayscale: #151515. Windows color (decimal): -16702715 or 336641. OLE color: 336641.

HSL color Cylindrical-coordinate representation of color #012305: hue angle of 127.06º degrees, saturation: 0.94, 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 #012305 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 35 5 -
CMYK 0.97 0 0.86 0.86
HSL 127.06º 0.94% 0.07% -
HSV(B) 127.06º 0.97% 0.14% -
XYZ 0.64 1.22 0.35 -
YUV 21.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 1 35 5 0.97 0 0.86 0.86 127.06 0.94 0.07
Hex 1 23 5 61 0 56 56 7F 5E 7
Octal 1 43 5 141 0 126 126 177 136 7
Binary 1 100011 101 1100001 0 1010110 1010110 1111111 1011110 111

Color Harmonies of #012305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012305

Black with #012305

Text Example


Text Example

White with #012305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012305; }

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

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

background-color css

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

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

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

border-color css

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

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

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