Html Css Color HEX #441F2E Castro

📋 copy color: '#441F2E'

red 68 ◦ green 31 ◦ blue 46

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

Shades of Castro #441F2E

Tints of Castro #441F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.38%

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

R = 46.9%
G = 21.38%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#441F2E (or 0x441F2E) is known color: Castro. HEX triplet: 44, 1F and 2E. RGB value is (68,31,46). Sum of RGB (Red+Green+Blue) = 68+31+46=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #441F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F2E is #BBE0D1. Grayscale: #2B2B2B. Windows color (decimal): -12312786 or 3022660. OLE color: 3022660.

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

Color convert

RGB 68 31 46 -
CMYK 0 0.54 0.32 0.73
HSL 335.68º 0.37% 0.19% -
HSV(B) 335.68º 0.54% 0.27% -
XYZ 3.37 2.41 2.87 -
YUV 43.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 68 31 46 0 0.54 0.32 0.73 335.68 0.37 0.19
Hex 44 1F 2E 0 36 20 49 150 25 13
Octal 104 37 56 0 66 40 111 520 45 23
Binary 1000100 11111 101110 0 110110 100000 1001001 101010000 100101 10011

Color Harmonies of #441F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F2E

Black with #441F2E

Text Example


Text Example

White with #441F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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