Html Css Color HEX #481934 Blackberry

📋 copy color: '#481934'

red 72 ◦ green 25 ◦ blue 52

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

Shades of Blackberry #481934

Tints of Blackberry #481934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 34.9%

R = 48.32%
G = 16.78%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#481934 (or 0x481934) is known color: Blackberry. HEX triplet: 48, 19 and 34. RGB value is (72,25,52). Sum of RGB (Red+Green+Blue) = 72+25+52=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481934 is #B7E6CB. Grayscale: #2A2A2A. Windows color (decimal): -12052172 or 3414344. OLE color: 3414344.

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

Color convert

RGB 72 25 52 -
CMYK 0 0.65 0.28 0.72
HSL 325.53º 0.48% 0.19% -
HSV(B) 325.53º 0.65% 0.28% -
XYZ 3.64 2.32 3.5 -
YUV 42.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 72 25 52 0 0.65 0.28 0.72 325.53 0.48 0.19
Hex 48 19 34 0 41 1C 48 146 30 13
Octal 110 31 64 0 101 34 110 506 60 23
Binary 1001000 11001 110100 0 1000001 11100 1001000 101000110 110000 10011

Color Harmonies of #481934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481934

Black with #481934

Text Example


Text Example

White with #481934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481934; }

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

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

background-color css

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

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

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

border-color css

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

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

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