Html Css Color HEX #481330 Blackberry

📋 copy color: '#481330'

red 72 ◦ green 19 ◦ blue 48

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

Shades of Blackberry #481330

Tints of Blackberry #481330

RGB

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

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

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

R = 51.8%
G = 13.67%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#481330 (or 0x481330) is known color: Blackberry. HEX triplet: 48, 13 and 30. RGB value is (72,19,48). Sum of RGB (Red+Green+Blue) = 72+19+48=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #481330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481330 is #B7ECCF. Grayscale: #262626. Windows color (decimal): -12053712 or 3150664. OLE color: 3150664.

HSL color Cylindrical-coordinate representation of color #481330: hue angle of 327.17º 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 #481330 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 19 48 -
CMYK 0 0.74 0.33 0.72
HSL 327.17º 0.58% 0.18% -
HSV(B) 327.17º 0.74% 0.28% -
XYZ 3.44 2.06 3.01 -
YUV 38.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 72 19 48 0 0.74 0.33 0.72 327.17 0.58 0.18
Hex 48 13 30 0 4A 21 48 147 3A 12
Octal 110 23 60 0 112 41 110 507 72 22
Binary 1001000 10011 110000 0 1001010 100001 1001000 101000111 111010 10010

Color Harmonies of #481330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481330

Black with #481330

Text Example


Text Example

White with #481330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481330; }

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

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

background-color css

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

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

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

border-color css

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

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

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