Html Css Color HEX #481135 Blackberry

📋 copy color: '#481135'

red 72 ◦ green 17 ◦ blue 53

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

Shades of Blackberry #481135

Tints of Blackberry #481135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

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

R = 50.7%
G = 11.97%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#481135 (or 0x481135) is known color: Blackberry. HEX triplet: 48, 11 and 35. RGB value is (72,17,53). Sum of RGB (Red+Green+Blue) = 72+17+53=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481135 is #B7EECA. Grayscale: #252525. Windows color (decimal): -12054219 or 3477832. OLE color: 3477832.

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

Color convert

RGB 72 17 53 -
CMYK 0 0.76 0.26 0.72
HSL 320.73º 0.62% 0.17% -
HSV(B) 320.73º 0.76% 0.28% -
XYZ 3.52 2.04 3.58 -
YUV 37.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 72 17 53 0 0.76 0.26 0.72 320.73 0.62 0.17
Hex 48 11 35 0 4C 1A 48 141 3E 11
Octal 110 21 65 0 114 32 110 501 76 21
Binary 1001000 10001 110101 0 1001100 11010 1001000 101000001 111110 10001

Color Harmonies of #481135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481135

Black with #481135

Text Example


Text Example

White with #481135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481135; }

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

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

background-color css

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

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

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

border-color css

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

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

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