Html Css Color HEX #481E33 Blackberry

📋 copy color: '#481E33'

red 72 ◦ green 30 ◦ blue 51

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

Shades of Blackberry #481E33

Tints of Blackberry #481E33

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.61%

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

R = 47.06%
G = 19.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#481E33 (or 0x481E33) is known color: Blackberry. HEX triplet: 48, 1E and 33. RGB value is (72,30,51). Sum of RGB (Red+Green+Blue) = 72+30+51=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #481E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E33 is #B7E1CC. Grayscale: #2C2C2C. Windows color (decimal): -12050893 or 3350088. OLE color: 3350088.

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

Color convert

RGB 72 30 51 -
CMYK 0 0.58 0.29 0.72
HSL 330º 0.41% 0.2% -
HSV(B) 330º 0.58% 0.28% -
XYZ 3.73 2.55 3.43 -
YUV 44.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 72 30 51 0 0.58 0.29 0.72 330 0.41 0.2
Hex 48 1E 33 0 3A 1D 48 14A 29 14
Octal 110 36 63 0 72 35 110 512 51 24
Binary 1001000 11110 110011 0 111010 11101 1001000 101001010 101001 10100

Color Harmonies of #481E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E33

Black with #481E33

Text Example


Text Example

White with #481E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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