Html Css Color HEX #482730 Castro

📋 copy color: '#482730'

red 72 ◦ green 39 ◦ blue 48

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

Shades of Castro #482730

Tints of Castro #482730

RGB

 RED value IS 72 (28.52% from 255) = 45.28%

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

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

R = 45.28%
G = 24.53%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#482730 (or 0x482730) is known color: Castro. HEX triplet: 48, 27 and 30. RGB value is (72,39,48). Sum of RGB (Red+Green+Blue) = 72+39+48=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482730 is #B7D8CF. Grayscale: #313131. Windows color (decimal): -12048592 or 3155784. OLE color: 3155784.

HSL color Cylindrical-coordinate representation of color #482730: hue angle of 343.64º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482730 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 48 -
CMYK 0 0.46 0.33 0.72
HSL 343.64º 0.3% 0.22% -
HSV(B) 343.64º 0.46% 0.28% -
XYZ 3.93 3.04 3.18 -
YUV 49.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 72 39 48 0 0.46 0.33 0.72 343.64 0.3 0.22
Hex 48 27 30 0 2E 21 48 158 1E 16
Octal 110 47 60 0 56 41 110 530 36 26
Binary 1001000 100111 110000 0 101110 100001 1001000 101011000 11110 10110

Color Harmonies of #482730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482730

Black with #482730

Text Example


Text Example

White with #482730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482730; }

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

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

background-color css

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

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

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

border-color css

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

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

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