Html Css Color HEX #442730 Castro

📋 copy color: '#442730'

red 68 ◦ green 39 ◦ blue 48

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

Shades of Castro #442730

Tints of Castro #442730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.16%

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

R = 43.87%
G = 25.16%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#442730 (or 0x442730) is known color: Castro. HEX triplet: 44, 27 and 30. RGB value is (68,39,48). Sum of RGB (Red+Green+Blue) = 68+39+48=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #442730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442730 is #BBD8CF. Grayscale: #303030. Windows color (decimal): -12310736 or 3155780. OLE color: 3155780.

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

Color convert

RGB 68 39 48 -
CMYK 0 0.43 0.29 0.73
HSL 341.38º 0.27% 0.21% -
HSV(B) 341.38º 0.43% 0.27% -
XYZ 3.64 2.89 3.16 -
YUV 48.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 68 39 48 0 0.43 0.29 0.73 341.38 0.27 0.21
Hex 44 27 30 0 2B 1D 49 155 1B 15
Octal 104 47 60 0 53 35 111 525 33 25
Binary 1000100 100111 110000 0 101011 11101 1001001 101010101 11011 10101

Color Harmonies of #442730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442730

Black with #442730

Text Example


Text Example

White with #442730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442730; }

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

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

background-color css

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

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

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

border-color css

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

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

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