Html Css Color HEX #442530 Castro

📋 copy color: '#442530'

red 68 ◦ green 37 ◦ blue 48

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

Shades of Castro #442530

Tints of Castro #442530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.18%

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

R = 44.44%
G = 24.18%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#442530 (or 0x442530) is known color: Castro. HEX triplet: 44, 25 and 30. RGB value is (68,37,48). Sum of RGB (Red+Green+Blue) = 68+37+48=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #442530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442530 is #BBDACF. Grayscale: #2F2F2F. Windows color (decimal): -12311248 or 3155268. OLE color: 3155268.

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

Color convert

RGB 68 37 48 -
CMYK 0 0.46 0.29 0.73
HSL 338.71º 0.3% 0.21% -
HSV(B) 338.71º 0.46% 0.27% -
XYZ 3.58 2.77 3.14 -
YUV 47.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 68 37 48 0 0.46 0.29 0.73 338.71 0.3 0.21
Hex 44 25 30 0 2E 1D 49 153 1E 15
Octal 104 45 60 0 56 35 111 523 36 25
Binary 1000100 100101 110000 0 101110 11101 1001001 101010011 11110 10101

Color Harmonies of #442530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442530

Black with #442530

Text Example


Text Example

White with #442530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442530; }

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

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

background-color css

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

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

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

border-color css

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

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

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