Html Css Color HEX #441E29 Castro

📋 copy color: '#441E29'

red 68 ◦ green 30 ◦ blue 41

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

Shades of Castro #441E29

Tints of Castro #441E29

RGB

 RED value IS 68 (26.95% from 255) = 48.92%

 GREEN value IS 30 (12.11% from 255) = 21.58%

 BLUE value IS 41 (16.41% from 255) = 29.5%

R = 48.92%
G = 21.58%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#441E29 (or 0x441E29) is known color: Castro. HEX triplet: 44, 1E and 29. RGB value is (68,30,41). Sum of RGB (Red+Green+Blue) = 68+30+41=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #441E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E29 is #BBE1D6. Grayscale: #2A2A2A. Windows color (decimal): -12313047 or 2694724. OLE color: 2694724.

HSL color Cylindrical-coordinate representation of color #441E29: hue angle of 342.63º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #441E29 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 30 41 -
CMYK 0 0.56 0.40 0.73
HSL 342.63º 0.39% 0.19% -
HSV(B) 342.63º 0.56% 0.27% -
XYZ 3.25 2.32 2.37 -
YUV 42.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 68 30 41 0 0.56 0.40 0.73 342.63 0.39 0.19
Hex 44 1E 29 0 38 28 49 157 27 13
Octal 104 36 51 0 70 50 111 527 47 23
Binary 1000100 11110 101001 0 111000 101000 1001001 101010111 100111 10011

Color Harmonies of #441E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E29

Black with #441E29

Text Example


Text Example

White with #441E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441E29; }

 p { color: rgb(68,30,41); }

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

background-color css

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

 a { background-color: rgb(68,30,41); }

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

border-color css

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

 span { border-color: rgb(68,30,41); }

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