Html Css Color HEX #481534 Blackberry

📋 copy color: '#481534'

red 72 ◦ green 21 ◦ blue 52

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

Shades of Blackberry #481534

Tints of Blackberry #481534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 35.86%

R = 49.66%
G = 14.48%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#481534 (or 0x481534) is known color: Blackberry. HEX triplet: 48, 15 and 34. RGB value is (72,21,52). Sum of RGB (Red+Green+Blue) = 72+21+52=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481534 is #B7EACB. Grayscale: #272727. Windows color (decimal): -12053196 or 3413320. OLE color: 3413320.

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

Color convert

RGB 72 21 52 -
CMYK 0 0.71 0.28 0.72
HSL 323.53º 0.55% 0.18% -
HSV(B) 323.53º 0.71% 0.28% -
XYZ 3.56 2.16 3.48 -
YUV 39.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 72 21 52 0 0.71 0.28 0.72 323.53 0.55 0.18
Hex 48 15 34 0 47 1C 48 144 37 12
Octal 110 25 64 0 107 34 110 504 67 22
Binary 1001000 10101 110100 0 1000111 11100 1001000 101000100 110111 10010

Color Harmonies of #481534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481534

Black with #481534

Text Example


Text Example

White with #481534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481534; }

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

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

background-color css

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

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

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

border-color css

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

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

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