Html Css Color HEX #442630 Castro

📋 copy color: '#442630'

red 68 ◦ green 38 ◦ blue 48

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

Shades of Castro #442630

Tints of Castro #442630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.68%

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

R = 44.16%
G = 24.68%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#442630 (or 0x442630) is known color: Castro. HEX triplet: 44, 26 and 30. RGB value is (68,38,48). Sum of RGB (Red+Green+Blue) = 68+38+48=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #442630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442630 is #BBD9CF. Grayscale: #303030. Windows color (decimal): -12310992 or 3155524. OLE color: 3155524.

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

Color convert

RGB 68 38 48 -
CMYK 0 0.44 0.29 0.73
HSL 340º 0.28% 0.21% -
HSV(B) 340º 0.44% 0.27% -
XYZ 3.61 2.83 3.15 -
YUV 48.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 68 38 48 0 0.44 0.29 0.73 340 0.28 0.21
Hex 44 26 30 0 2C 1D 49 154 1C 15
Octal 104 46 60 0 54 35 111 524 34 25
Binary 1000100 100110 110000 0 101100 11101 1001001 101010100 11100 10101

Color Harmonies of #442630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442630

Black with #442630

Text Example


Text Example

White with #442630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442630; }

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

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

background-color css

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

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

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

border-color css

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

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

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