Html Css Color HEX #481435 Blackberry

📋 copy color: '#481435'

red 72 ◦ green 20 ◦ blue 53

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

Shades of Blackberry #481435

Tints of Blackberry #481435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 49.66%
G = 13.79%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#481435 (or 0x481435) is known color: Blackberry. HEX triplet: 48, 14 and 35. RGB value is (72,20,53). Sum of RGB (Red+Green+Blue) = 72+20+53=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481435 is #B7EBCA. Grayscale: #272727. Windows color (decimal): -12053451 or 3478600. OLE color: 3478600.

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

Color convert

RGB 72 20 53 -
CMYK 0 0.72 0.26 0.72
HSL 321.92º 0.57% 0.18% -
HSV(B) 321.92º 0.72% 0.28% -
XYZ 3.57 2.14 3.59 -
YUV 39.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 72 20 53 0 0.72 0.26 0.72 321.92 0.57 0.18
Hex 48 14 35 0 48 1A 48 142 39 12
Octal 110 24 65 0 110 32 110 502 71 22
Binary 1001000 10100 110101 0 1001000 11010 1001000 101000010 111001 10010

Color Harmonies of #481435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481435

Black with #481435

Text Example


Text Example

White with #481435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481435; }

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

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

background-color css

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

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

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

border-color css

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

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

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