Html Css Color HEX #480333 Blackberry

📋 copy color: '#480333'

red 72 ◦ green 3 ◦ blue 51

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

Shades of Blackberry #480333

Tints of Blackberry #480333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.38%

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

R = 57.14%
G = 2.38%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#480333 (or 0x480333) is known color: Blackberry. HEX triplet: 48, 03 and 33. RGB value is (72,3,51). Sum of RGB (Red+Green+Blue) = 72+3+51=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #480333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480333 is #B7FCCC. Grayscale: #1C1C1C. Windows color (decimal): -12057805 or 3343176. OLE color: 3343176.

HSL color Cylindrical-coordinate representation of color #480333: hue angle of 318.26º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480333 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 3 51 -
CMYK 0 0.96 0.29 0.72
HSL 318.26º 0.92% 0.15% -
HSV(B) 318.26º 0.96% 0.28% -
XYZ 3.3 1.68 3.28 -
YUV 29.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 72 3 51 0 0.96 0.29 0.72 318.26 0.92 0.15
Hex 48 3 33 0 60 1D 48 13E 5C F
Octal 110 3 63 0 140 35 110 476 134 17
Binary 1001000 11 110011 0 1100000 11101 1001000 100111110 1011100 1111

Color Harmonies of #480333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480333

Black with #480333

Text Example


Text Example

White with #480333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480333; }

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

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

background-color css

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

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

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

border-color css

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

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

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