Html Css Color HEX #481333 Blackberry

📋 copy color: '#481333'

red 72 ◦ green 19 ◦ blue 51

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

Shades of Blackberry #481333

Tints of Blackberry #481333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

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

R = 50.7%
G = 13.38%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#481333 (or 0x481333) is known color: Blackberry. HEX triplet: 48, 13 and 33. RGB value is (72,19,51). Sum of RGB (Red+Green+Blue) = 72+19+51=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481333 is #B7ECCC. Grayscale: #262626. Windows color (decimal): -12053709 or 3347272. OLE color: 3347272.

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

Color convert

RGB 72 19 51 -
CMYK 0 0.74 0.29 0.72
HSL 323.77º 0.58% 0.18% -
HSV(B) 323.77º 0.74% 0.28% -
XYZ 3.5 2.08 3.35 -
YUV 38.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 72 19 51 0 0.74 0.29 0.72 323.77 0.58 0.18
Hex 48 13 33 0 4A 1D 48 144 3A 12
Octal 110 23 63 0 112 35 110 504 72 22
Binary 1001000 10011 110011 0 1001010 11101 1001000 101000100 111010 10010

Color Harmonies of #481333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481333

Black with #481333

Text Example


Text Example

White with #481333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481333; }

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

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

background-color css

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

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

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

border-color css

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

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

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