Html Css Color HEX #011504 Black Bean

📋 copy color: '#011504'

red 1 ◦ green 21 ◦ blue 4

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

Shades of Black Bean #011504

Tints of Black Bean #011504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 80.77%

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

R = 3.85%
G = 80.77%
B = 15.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#011504 (or 0x011504) is known color: Black Bean. HEX triplet: 01, 15 and 04. RGB value is (1,21,4). Sum of RGB (Red+Green+Blue) = 1+21+4=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 21 (8.59% from 255 or 80.77% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 21 - color contains mainly: green. Hex color #011504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011504 is #FEEAFB. Grayscale: #0D0D0D. Windows color (decimal): -16706300 or 267521. OLE color: 267521.

HSL color Cylindrical-coordinate representation of color #011504: hue angle of 129º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011504 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 21 4 -
CMYK 0.95 0 0.81 0.92
HSL 129º 0.91% 0.04% -
HSV(B) 129º 0.95% 0.08% -
XYZ 0.3 0.55 0.21 -
YUV 13.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 1 21 4 0.95 0 0.81 0.92 129 0.91 0.04
Hex 1 15 4 5F 0 51 5C 81 5B 4
Octal 1 25 4 137 0 121 134 201 133 4
Binary 1 10101 100 1011111 0 1010001 1011100 10000001 1011011 100

Color Harmonies of #011504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011504

Black with #011504

Text Example


Text Example

White with #011504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011504; }

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

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

background-color css

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

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

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

border-color css

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

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

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