Html Css Color HEX #481535 Blackberry

📋 copy color: '#481535'

red 72 ◦ green 21 ◦ blue 53

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

Shades of Blackberry #481535

Tints of Blackberry #481535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.38%

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

R = 49.32%
G = 14.38%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#481535 (or 0x481535) is known color: Blackberry. HEX triplet: 48, 15 and 35. RGB value is (72,21,53). Sum of RGB (Red+Green+Blue) = 72+21+53=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481535 is #B7EACA. Grayscale: #272727. Windows color (decimal): -12053195 or 3478856. OLE color: 3478856.

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

Color convert

RGB 72 21 53 -
CMYK 0 0.71 0.26 0.72
HSL 322.35º 0.55% 0.18% -
HSV(B) 322.35º 0.71% 0.28% -
XYZ 3.58 2.17 3.6 -
YUV 39.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 72 21 53 0 0.71 0.26 0.72 322.35 0.55 0.18
Hex 48 15 35 0 47 1A 48 142 37 12
Octal 110 25 65 0 107 32 110 502 67 22
Binary 1001000 10101 110101 0 1000111 11010 1001000 101000010 110111 10010

Color Harmonies of #481535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481535

Black with #481535

Text Example


Text Example

White with #481535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481535; }

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

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

background-color css

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

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

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

border-color css

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

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

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