Html Css Color HEX #442030 Castro

📋 copy color: '#442030'

red 68 ◦ green 32 ◦ blue 48

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

Shades of Castro #442030

Tints of Castro #442030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.62%

 BLUE value IS 48 (19.14% from 255) = 32.43%

R = 45.95%
G = 21.62%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#442030 (or 0x442030) is known color: Castro. HEX triplet: 44, 20 and 30. RGB value is (68,32,48). Sum of RGB (Red+Green+Blue) = 68+32+48=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #442030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442030 is #BBDFCF. Grayscale: #2C2C2C. Windows color (decimal): -12312528 or 3153988. OLE color: 3153988.

HSL color Cylindrical-coordinate representation of color #442030: hue angle of 333.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442030 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 32 48 -
CMYK 0 0.53 0.29 0.73
HSL 333.33º 0.36% 0.2% -
HSV(B) 333.33º 0.53% 0.27% -
XYZ 3.43 2.48 3.09 -
YUV 44.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 68 32 48 0 0.53 0.29 0.73 333.33 0.36 0.2
Hex 44 20 30 0 35 1D 49 14D 24 14
Octal 104 40 60 0 65 35 111 515 44 24
Binary 1000100 100000 110000 0 110101 11101 1001001 101001101 100100 10100

Color Harmonies of #442030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442030

Black with #442030

Text Example


Text Example

White with #442030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442030; }

 p { color: rgb(68,32,48); }

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

background-color css

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

 a { background-color: rgb(68,32,48); }

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

border-color css

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

 span { border-color: rgb(68,32,48); }

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