Html Css Color HEX #48363B Wine Berry

📋 copy color: '#48363B'

red 72 ◦ green 54 ◦ blue 59

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

Shades of Wine Berry #48363B

Tints of Wine Berry #48363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

 BLUE value IS 59 (23.44% from 255) = 31.89%

R = 38.92%
G = 29.19%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48363B (or 0x48363B) is known color: Wine Berry. HEX triplet: 48, 36 and 3B. RGB value is (72,54,59). Sum of RGB (Red+Green+Blue) = 72+54+59=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #48363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48363B is #B7C9C4. Grayscale: #3B3B3B. Windows color (decimal): -12044741 or 3880520. OLE color: 3880520.

HSL color Cylindrical-coordinate representation of color #48363B: hue angle of 343.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #48363B is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 59 -
CMYK 0 0.25 0.18 0.72
HSL 343.33º 0.14% 0.25% -
HSV(B) 343.33º 0.25% 0.28% -
XYZ 4.78 4.33 4.72 -
YUV 59.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 72 54 59 0 0.25 0.18 0.72 343.33 0.14 0.25
Hex 48 36 3B 0 19 12 48 157 E 19
Octal 110 66 73 0 31 22 110 527 16 31
Binary 1001000 110110 111011 0 11001 10010 1001000 101010111 1110 11001

Color Harmonies of #48363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48363B

Black with #48363B

Text Example


Text Example

White with #48363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48363B; }

 p { color: rgb(72,54,59); }

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

background-color css

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

 a { background-color: rgb(72,54,59); }

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

border-color css

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

 span { border-color: rgb(72,54,59); }

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