Html Css Color HEX #48242E Castro

📋 copy color: '#48242E'

red 72 ◦ green 36 ◦ blue 46

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

Shades of Castro #48242E

Tints of Castro #48242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.38%

 BLUE value IS 46 (18.36% from 255) = 29.87%

R = 46.75%
G = 23.38%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48242E (or 0x48242E) is known color: Castro. HEX triplet: 48, 24 and 2E. RGB value is (72,36,46). Sum of RGB (Red+Green+Blue) = 72+36+46=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48242E is #B7DBD1. Grayscale: #2F2F2F. Windows color (decimal): -12049362 or 3023944. OLE color: 3023944.

HSL color Cylindrical-coordinate representation of color #48242E: hue angle of 343.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48242E is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 36 46 -
CMYK 0 0.5 0.36 0.72
HSL 343.33º 0.33% 0.21% -
HSV(B) 343.33º 0.5% 0.28% -
XYZ 3.8 2.84 2.93 -
YUV 47.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 72 36 46 0 0.5 0.36 0.72 343.33 0.33 0.21
Hex 48 24 2E 0 32 24 48 157 21 15
Octal 110 44 56 0 62 44 110 527 41 25
Binary 1001000 100100 101110 0 110010 100100 1001000 101010111 100001 10101

Color Harmonies of #48242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48242E

Black with #48242E

Text Example


Text Example

White with #48242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48242E; }

 p { color: rgb(72,36,46); }

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

background-color css

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

 a { background-color: rgb(72,36,46); }

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

border-color css

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

 span { border-color: rgb(72,36,46); }

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