Html Css Color HEX #481339 Blackberry

📋 copy color: '#481339'

red 72 ◦ green 19 ◦ blue 57

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

Shades of Blackberry #481339

Tints of Blackberry #481339

RGB

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

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

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

R = 48.65%
G = 12.84%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#481339 (or 0x481339) is known color: Blackberry. HEX triplet: 48, 13 and 39. RGB value is (72,19,57). Sum of RGB (Red+Green+Blue) = 72+19+57=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481339 is #B7ECC6. Grayscale: #272727. Windows color (decimal): -12053703 or 3740488. OLE color: 3740488.

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

Color convert

RGB 72 19 57 -
CMYK 0 0.74 0.21 0.72
HSL 316.98º 0.58% 0.18% -
HSV(B) 316.98º 0.74% 0.28% -
XYZ 3.64 2.14 4.09 -
YUV 39.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 72 19 57 0 0.74 0.21 0.72 316.98 0.58 0.18
Hex 48 13 39 0 4A 15 48 13D 3A 12
Octal 110 23 71 0 112 25 110 475 72 22
Binary 1001000 10011 111001 0 1001010 10101 1001000 100111101 111010 10010

Color Harmonies of #481339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481339

Black with #481339

Text Example


Text Example

White with #481339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481339; }

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

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

background-color css

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

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

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

border-color css

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

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

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