Html Css Color HEX #48262F Castro

📋 copy color: '#48262F'

red 72 ◦ green 38 ◦ blue 47

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

Shades of Castro #48262F

Tints of Castro #48262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

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

R = 45.86%
G = 24.2%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48262F (or 0x48262F) is known color: Castro. HEX triplet: 48, 26 and 2F. RGB value is (72,38,47). Sum of RGB (Red+Green+Blue) = 72+38+47=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48262F is #B7D9D0. Grayscale: #313131. Windows color (decimal): -12048849 or 3089992. OLE color: 3089992.

HSL color Cylindrical-coordinate representation of color #48262F: hue angle of 344.12º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48262F is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 47 -
CMYK 0 0.47 0.35 0.72
HSL 344.12º 0.31% 0.22% -
HSV(B) 344.12º 0.47% 0.28% -
XYZ 3.88 2.97 3.06 -
YUV 49.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 72 38 47 0 0.47 0.35 0.72 344.12 0.31 0.22
Hex 48 26 2F 0 2F 23 48 158 1F 16
Octal 110 46 57 0 57 43 110 530 37 26
Binary 1001000 100110 101111 0 101111 100011 1001000 101011000 11111 10110

Color Harmonies of #48262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48262F

Black with #48262F

Text Example


Text Example

White with #48262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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