Html Css Color HEX #291C01 Black Magic

📋 copy color: '#291C01'

red 41 ◦ green 28 ◦ blue 1

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

Shades of Black Magic #291C01

Tints of Black Magic #291C01

RGB

 RED value IS 41 (16.41% from 255) = 58.57%

 GREEN value IS 28 (11.33% from 255) = 40%

 BLUE value IS 1 (0.78% from 255) = 1.43%

R = 58.57%
G = 40%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#291C01 (or 0x291C01) is known color: Black Magic. HEX triplet: 29, 1C and 01. RGB value is (41,28,1). Sum of RGB (Red+Green+Blue) = 41+28+1=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #291C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291C01 is #D6E3FE. Grayscale: #1C1C1C. Windows color (decimal): -14083071 or 72745. OLE color: 72745.

HSL color Cylindrical-coordinate representation of color #291C01: hue angle of 40.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #291C01 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 28 1 -
CMYK 0 0.32 0.98 0.84
HSL 40.5º 0.95% 0.08% -
HSV(B) 40.5º 0.98% 0.16% -
XYZ 1.34 1.3 0.21 -
YUV 28.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 41 28 1 0 0.32 0.98 0.84 40.5 0.95 0.08
Hex 29 1C 1 0 20 62 54 28 5F 8
Octal 51 34 1 0 40 142 124 50 137 10
Binary 101001 11100 1 0 100000 1100010 1010100 101000 1011111 1000

Color Harmonies of #291C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C01

Black with #291C01

Text Example


Text Example

White with #291C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291C01; }

 p { color: rgb(41,28,1); }

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

background-color css

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

 a { background-color: rgb(41,28,1); }

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

border-color css

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

 span { border-color: rgb(41,28,1); }

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