Html Css Color HEX #480035 Blackberry

📋 copy color: '#480035'

red 72 ◦ green 0 ◦ blue 53

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

Shades of Blackberry #480035

Tints of Blackberry #480035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.6%
G = 0%
B = 42.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#480035 (or 0x480035) is known color: Blackberry. HEX triplet: 48, 00 and 35. RGB value is (72,0,53). Sum of RGB (Red+Green+Blue) = 72+0+53=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #480035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480035 is #B7FFCA. Grayscale: #1B1B1B. Windows color (decimal): -12058571 or 3473480. OLE color: 3473480.

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

Color convert

RGB 72 0 53 -
CMYK 0 1 0.26 0.72
HSL 315.83º 1% 0.14% -
HSV(B) 315.83º 1% 0.28% -
XYZ 3.32 1.63 3.51 -
YUV 27.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 72 0 53 0 1 0.26 0.72 315.83 1 0.14
Hex 48 0 35 0 64 1A 48 13C 64 E
Octal 110 0 65 0 144 32 110 474 144 16
Binary 1001000 0 110101 0 1100100 11010 1001000 100111100 1100100 1110

Color Harmonies of #480035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480035

Black with #480035

Text Example


Text Example

White with #480035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480035; }

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

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

background-color css

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

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

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

border-color css

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

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

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