Html Css Color HEX #481732 Blackberry

📋 copy color: '#481732'

red 72 ◦ green 23 ◦ blue 50

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

Shades of Blackberry #481732

Tints of Blackberry #481732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.86%

 BLUE value IS 50 (19.92% from 255) = 34.48%

R = 49.66%
G = 15.86%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#481732 (or 0x481732) is known color: Blackberry. HEX triplet: 48, 17 and 32. RGB value is (72,23,50). Sum of RGB (Red+Green+Blue) = 72+23+50=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481732 is #B7E8CD. Grayscale: #282828. Windows color (decimal): -12052686 or 3282760. OLE color: 3282760.

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

Color convert

RGB 72 23 50 -
CMYK 0 0.68 0.31 0.72
HSL 326.94º 0.52% 0.19% -
HSV(B) 326.94º 0.68% 0.28% -
XYZ 3.55 2.22 3.26 -
YUV 40.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 72 23 50 0 0.68 0.31 0.72 326.94 0.52 0.19
Hex 48 17 32 0 44 1F 48 147 34 13
Octal 110 27 62 0 104 37 110 507 64 23
Binary 1001000 10111 110010 0 1000100 11111 1001000 101000111 110100 10011

Color Harmonies of #481732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481732

Black with #481732

Text Example


Text Example

White with #481732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481732; }

 p { color: rgb(72,23,50); }

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

background-color css

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

 a { background-color: rgb(72,23,50); }

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

border-color css

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

 span { border-color: rgb(72,23,50); }

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