Html Css Color HEX #48242F Castro

📋 copy color: '#48242F'

red 72 ◦ green 36 ◦ blue 47

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

Shades of Castro #48242F

Tints of Castro #48242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 46.45%
G = 23.23%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48242F (or 0x48242F) is known color: Castro. HEX triplet: 48, 24 and 2F. RGB value is (72,36,47). Sum of RGB (Red+Green+Blue) = 72+36+47=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48242F is #B7DBD0. Grayscale: #303030. Windows color (decimal): -12049361 or 3089480. OLE color: 3089480.

HSL color Cylindrical-coordinate representation of color #48242F: hue angle of 341.67º 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 #48242F is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 36 47 -
CMYK 0 0.5 0.35 0.72
HSL 341.67º 0.33% 0.21% -
HSV(B) 341.67º 0.5% 0.28% -
XYZ 3.82 2.84 3.04 -
YUV 48.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 72 36 47 0 0.5 0.35 0.72 341.67 0.33 0.21
Hex 48 24 2F 0 32 23 48 156 21 15
Octal 110 44 57 0 62 43 110 526 41 25
Binary 1001000 100100 101111 0 110010 100011 1001000 101010110 100001 10101

Color Harmonies of #48242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48242F

Black with #48242F

Text Example


Text Example

White with #48242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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