Html Css Color HEX #441E2E Castro

📋 copy color: '#441E2E'

red 68 ◦ green 30 ◦ blue 46

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

Shades of Castro #441E2E

Tints of Castro #441E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.94%

R = 47.22%
G = 20.83%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#441E2E (or 0x441E2E) is known color: Castro. HEX triplet: 44, 1E and 2E. RGB value is (68,30,46). Sum of RGB (Red+Green+Blue) = 68+30+46=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #441E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E2E is #BBE1D1. Grayscale: #2B2B2B. Windows color (decimal): -12313042 or 3022404. OLE color: 3022404.

HSL color Cylindrical-coordinate representation of color #441E2E: hue angle of 334.74º 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 #441E2E is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 30 46 -
CMYK 0 0.56 0.32 0.73
HSL 334.74º 0.39% 0.19% -
HSV(B) 334.74º 0.56% 0.27% -
XYZ 3.34 2.35 2.86 -
YUV 43.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 68 30 46 0 0.56 0.32 0.73 334.74 0.39 0.19
Hex 44 1E 2E 0 38 20 49 14F 27 13
Octal 104 36 56 0 70 40 111 517 47 23
Binary 1000100 11110 101110 0 111000 100000 1001001 101001111 100111 10011

Color Harmonies of #441E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E2E

Black with #441E2E

Text Example


Text Example

White with #441E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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