Html Css Color HEX #482030 Castro

📋 copy color: '#482030'

red 72 ◦ green 32 ◦ blue 48

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

Shades of Castro #482030

Tints of Castro #482030

RGB

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

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

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

R = 47.37%
G = 21.05%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#482030 (or 0x482030) is known color: Castro. HEX triplet: 48, 20 and 30. RGB value is (72,32,48). Sum of RGB (Red+Green+Blue) = 72+32+48=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #482030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482030 is #B7DFCF. Grayscale: #2D2D2D. Windows color (decimal): -12050384 or 3153992. OLE color: 3153992.

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

Color convert

RGB 72 32 48 -
CMYK 0 0.56 0.33 0.72
HSL 336º 0.38% 0.2% -
HSV(B) 336º 0.56% 0.28% -
XYZ 3.72 2.62 3.11 -
YUV 45.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 72 32 48 0 0.56 0.33 0.72 336 0.38 0.2
Hex 48 20 30 0 38 21 48 150 26 14
Octal 110 40 60 0 70 41 110 520 46 24
Binary 1001000 100000 110000 0 111000 100001 1001000 101010000 100110 10100

Color Harmonies of #482030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482030

Black with #482030

Text Example


Text Example

White with #482030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482030; }

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

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

background-color css

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

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

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

border-color css

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

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

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