Html Css Color HEX #481039 Blackberry

📋 copy color: '#481039'

red 72 ◦ green 16 ◦ blue 57

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

Shades of Blackberry #481039

Tints of Blackberry #481039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.03%

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

R = 49.66%
G = 11.03%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#481039 (or 0x481039) is known color: Blackberry. HEX triplet: 48, 10 and 39. RGB value is (72,16,57). Sum of RGB (Red+Green+Blue) = 72+16+57=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481039 is #B7EFC6. Grayscale: #252525. Windows color (decimal): -12054471 or 3739720. OLE color: 3739720.

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

Color convert

RGB 72 16 57 -
CMYK 0 0.78 0.21 0.72
HSL 316.07º 0.64% 0.17% -
HSV(B) 316.07º 0.78% 0.28% -
XYZ 3.6 2.04 4.08 -
YUV 37.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 72 16 57 0 0.78 0.21 0.72 316.07 0.64 0.17
Hex 48 10 39 0 4E 15 48 13C 40 11
Octal 110 20 71 0 116 25 110 474 100 21
Binary 1001000 10000 111001 0 1001110 10101 1001000 100111100 1000000 10001

Color Harmonies of #481039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481039

Black with #481039

Text Example


Text Example

White with #481039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481039; }

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

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

background-color css

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

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

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

border-color css

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

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

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