Html Css Color HEX #482035 Blackberry

📋 copy color: '#482035'

red 72 ◦ green 32 ◦ blue 53

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

Shades of Blackberry #482035

Tints of Blackberry #482035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.76%

R = 45.86%
G = 20.38%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#482035 (or 0x482035) is known color: Blackberry. HEX triplet: 48, 20 and 35. RGB value is (72,32,53). Sum of RGB (Red+Green+Blue) = 72+32+53=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482035 is #B7DFCA. Grayscale: #2E2E2E. Windows color (decimal): -12050379 or 3481672. OLE color: 3481672.

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

Color convert

RGB 72 32 53 -
CMYK 0 0.56 0.26 0.72
HSL 328.5º 0.38% 0.2% -
HSV(B) 328.5º 0.56% 0.28% -
XYZ 3.83 2.67 3.68 -
YUV 46.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 72 32 53 0 0.56 0.26 0.72 328.5 0.38 0.2
Hex 48 20 35 0 38 1A 48 148 26 14
Octal 110 40 65 0 70 32 110 510 46 24
Binary 1001000 100000 110101 0 111000 11010 1001000 101001000 100110 10100

Color Harmonies of #482035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482035

Black with #482035

Text Example


Text Example

White with #482035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482035; }

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

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

background-color css

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

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

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

border-color css

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

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

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