Html Css Color HEX #481539 Blackberry

📋 copy color: '#481539'

red 72 ◦ green 21 ◦ blue 57

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

Shades of Blackberry #481539

Tints of Blackberry #481539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 38%

R = 48%
G = 14%
B = 38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#481539 (or 0x481539) is known color: Blackberry. HEX triplet: 48, 15 and 39. RGB value is (72,21,57). Sum of RGB (Red+Green+Blue) = 72+21+57=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #481539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481539 is #B7EAC6. Grayscale: #282828. Windows color (decimal): -12053191 or 3741000. OLE color: 3741000.

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

Color convert

RGB 72 21 57 -
CMYK 0 0.71 0.21 0.72
HSL 317.65º 0.55% 0.18% -
HSV(B) 317.65º 0.71% 0.28% -
XYZ 3.68 2.21 4.1 -
YUV 40.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 72 21 57 0 0.71 0.21 0.72 317.65 0.55 0.18
Hex 48 15 39 0 47 15 48 13E 37 12
Octal 110 25 71 0 107 25 110 476 67 22
Binary 1001000 10101 111001 0 1000111 10101 1001000 100111110 110111 10010

Color Harmonies of #481539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481539

Black with #481539

Text Example


Text Example

White with #481539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481539; }

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

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

background-color css

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

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

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

border-color css

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

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

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