Html Css Color HEX #481337 Blackberry

📋 copy color: '#481337'

red 72 ◦ green 19 ◦ blue 55

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

Shades of Blackberry #481337

Tints of Blackberry #481337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

 BLUE value IS 55 (21.88% from 255) = 37.67%

R = 49.32%
G = 13.01%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#481337 (or 0x481337) is known color: Blackberry. HEX triplet: 48, 13 and 37. RGB value is (72,19,55). Sum of RGB (Red+Green+Blue) = 72+19+55=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481337 is #B7ECC8. Grayscale: #262626. Windows color (decimal): -12053705 or 3609416. OLE color: 3609416.

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

Color convert

RGB 72 19 55 -
CMYK 0 0.74 0.24 0.72
HSL 319.25º 0.58% 0.18% -
HSV(B) 319.25º 0.74% 0.28% -
XYZ 3.59 2.12 3.83 -
YUV 38.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 72 19 55 0 0.74 0.24 0.72 319.25 0.58 0.18
Hex 48 13 37 0 4A 18 48 13F 3A 12
Octal 110 23 67 0 112 30 110 477 72 22
Binary 1001000 10011 110111 0 1001010 11000 1001000 100111111 111010 10010

Color Harmonies of #481337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481337

Black with #481337

Text Example


Text Example

White with #481337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481337; }

 p { color: rgb(72,19,55); }

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

background-color css

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

 a { background-color: rgb(72,19,55); }

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

border-color css

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

 span { border-color: rgb(72,19,55); }

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