Html Css Color HEX #481939 Blackberry

📋 copy color: '#481939'

red 72 ◦ green 25 ◦ blue 57

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

Shades of Blackberry #481939

Tints of Blackberry #481939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.23%

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

R = 46.75%
G = 16.23%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#481939 (or 0x481939) is known color: Blackberry. HEX triplet: 48, 19 and 39. RGB value is (72,25,57). Sum of RGB (Red+Green+Blue) = 72+25+57=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #481939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481939 is #B7E6C6. Grayscale: #2A2A2A. Windows color (decimal): -12052167 or 3742024. OLE color: 3742024.

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

Color convert

RGB 72 25 57 -
CMYK 0 0.65 0.21 0.72
HSL 319.15º 0.48% 0.19% -
HSV(B) 319.15º 0.65% 0.28% -
XYZ 3.76 2.37 4.13 -
YUV 42.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 72 25 57 0 0.65 0.21 0.72 319.15 0.48 0.19
Hex 48 19 39 0 41 15 48 13F 30 13
Octal 110 31 71 0 101 25 110 477 60 23
Binary 1001000 11001 111001 0 1000001 10101 1001000 100111111 110000 10011

Color Harmonies of #481939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481939

Black with #481939

Text Example


Text Example

White with #481939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481939; }

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

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

background-color css

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

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

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

border-color css

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

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

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