Html Css Color HEX #481433 Blackberry

📋 copy color: '#481433'

red 72 ◦ green 20 ◦ blue 51

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

Shades of Blackberry #481433

Tints of Blackberry #481433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 35.66%

R = 50.35%
G = 13.99%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#481433 (or 0x481433) is known color: Blackberry. HEX triplet: 48, 14 and 33. RGB value is (72,20,51). Sum of RGB (Red+Green+Blue) = 72+20+51=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #481433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481433 is #B7EBCC. Grayscale: #272727. Windows color (decimal): -12053453 or 3347528. OLE color: 3347528.

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

Color convert

RGB 72 20 51 -
CMYK 0 0.72 0.29 0.72
HSL 324.23º 0.57% 0.18% -
HSV(B) 324.23º 0.72% 0.28% -
XYZ 3.52 2.12 3.36 -
YUV 39.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 72 20 51 0 0.72 0.29 0.72 324.23 0.57 0.18
Hex 48 14 33 0 48 1D 48 144 39 12
Octal 110 24 63 0 110 35 110 504 71 22
Binary 1001000 10100 110011 0 1001000 11101 1001000 101000100 111001 10010

Color Harmonies of #481433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481433

Black with #481433

Text Example


Text Example

White with #481433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481433; }

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

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

background-color css

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

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

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

border-color css

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

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

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