Html Css Color HEX #481530 Blackberry

📋 copy color: '#481530'

red 72 ◦ green 21 ◦ blue 48

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

Shades of Blackberry #481530

Tints of Blackberry #481530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

 BLUE value IS 48 (19.14% from 255) = 34.04%

R = 51.06%
G = 14.89%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#481530 (or 0x481530) is known color: Blackberry. HEX triplet: 48, 15 and 30. RGB value is (72,21,48). Sum of RGB (Red+Green+Blue) = 72+21+48=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481530 is #B7EACF. Grayscale: #272727. Windows color (decimal): -12053200 or 3151176. OLE color: 3151176.

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

Color convert

RGB 72 21 48 -
CMYK 0 0.71 0.33 0.72
HSL 328.24º 0.55% 0.18% -
HSV(B) 328.24º 0.71% 0.28% -
XYZ 3.47 2.13 3.02 -
YUV 39.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 72 21 48 0 0.71 0.33 0.72 328.24 0.55 0.18
Hex 48 15 30 0 47 21 48 148 37 12
Octal 110 25 60 0 107 41 110 510 67 22
Binary 1001000 10101 110000 0 1000111 100001 1001000 101001000 110111 10010

Color Harmonies of #481530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481530

Black with #481530

Text Example


Text Example

White with #481530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481530; }

 p { color: rgb(72,21,48); }

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

background-color css

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

 a { background-color: rgb(72,21,48); }

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

border-color css

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

 span { border-color: rgb(72,21,48); }

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