Html Css Color HEX #48202C Castro

📋 copy color: '#48202C'

red 72 ◦ green 32 ◦ blue 44

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

Shades of Castro #48202C

Tints of Castro #48202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.73%

R = 48.65%
G = 21.62%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48202C (or 0x48202C) is known color: Castro. HEX triplet: 48, 20 and 2C. RGB value is (72,32,44). Sum of RGB (Red+Green+Blue) = 72+32+44=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #48202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48202C is #B7DFD3. Grayscale: #2D2D2D. Windows color (decimal): -12050388 or 2891848. OLE color: 2891848.

HSL color Cylindrical-coordinate representation of color #48202C: hue angle of 342º 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 #48202C is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 44 -
CMYK 0 0.56 0.39 0.72
HSL 342º 0.38% 0.2% -
HSV(B) 342º 0.56% 0.28% -
XYZ 3.64 2.59 2.69 -
YUV 45.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 72 32 44 0 0.56 0.39 0.72 342 0.38 0.2
Hex 48 20 2C 0 38 27 48 156 26 14
Octal 110 40 54 0 70 47 110 526 46 24
Binary 1001000 100000 101100 0 111000 100111 1001000 101010110 100110 10100

Color Harmonies of #48202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48202C

Black with #48202C

Text Example


Text Example

White with #48202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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