Html Css Color HEX #481432 Blackberry

📋 copy color: '#481432'

red 72 ◦ green 20 ◦ blue 50

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

Shades of Blackberry #481432

Tints of Blackberry #481432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

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

R = 50.7%
G = 14.08%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#481432 (or 0x481432) is known color: Blackberry. HEX triplet: 48, 14 and 32. RGB value is (72,20,50). Sum of RGB (Red+Green+Blue) = 72+20+50=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481432 is #B7EBCD. Grayscale: #262626. Windows color (decimal): -12053454 or 3281992. OLE color: 3281992.

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

Color convert

RGB 72 20 50 -
CMYK 0 0.72 0.31 0.72
HSL 325.38º 0.57% 0.18% -
HSV(B) 325.38º 0.72% 0.28% -
XYZ 3.5 2.11 3.24 -
YUV 38.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 72 20 50 0 0.72 0.31 0.72 325.38 0.57 0.18
Hex 48 14 32 0 48 1F 48 145 39 12
Octal 110 24 62 0 110 37 110 505 71 22
Binary 1001000 10100 110010 0 1001000 11111 1001000 101000101 111001 10010

Color Harmonies of #481432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481432

Black with #481432

Text Example


Text Example

White with #481432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481432; }

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

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

background-color css

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

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

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

border-color css

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

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

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