Html Css Color HEX #481133 Blackberry

📋 copy color: '#481133'

red 72 ◦ green 17 ◦ blue 51

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

Shades of Blackberry #481133

Tints of Blackberry #481133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

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

R = 51.43%
G = 12.14%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#481133 (or 0x481133) is known color: Blackberry. HEX triplet: 48, 11 and 33. RGB value is (72,17,51). Sum of RGB (Red+Green+Blue) = 72+17+51=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #481133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481133 is #B7EECC. Grayscale: #252525. Windows color (decimal): -12054221 or 3346760. OLE color: 3346760.

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

Color convert

RGB 72 17 51 -
CMYK 0 0.76 0.29 0.72
HSL 322.91º 0.62% 0.17% -
HSV(B) 322.91º 0.76% 0.28% -
XYZ 3.47 2.02 3.34 -
YUV 37.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 72 17 51 0 0.76 0.29 0.72 322.91 0.62 0.17
Hex 48 11 33 0 4C 1D 48 143 3E 11
Octal 110 21 63 0 114 35 110 503 76 21
Binary 1001000 10001 110011 0 1001100 11101 1001000 101000011 111110 10001

Color Harmonies of #481133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481133

Black with #481133

Text Example


Text Example

White with #481133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481133; }

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

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

background-color css

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

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

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

border-color css

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

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

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