Html Css Color HEX #481030 Blackberry

📋 copy color: '#481030'

red 72 ◦ green 16 ◦ blue 48

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

Shades of Blackberry #481030

Tints of Blackberry #481030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

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

R = 52.94%
G = 11.76%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#481030 (or 0x481030) is known color: Blackberry. HEX triplet: 48, 10 and 30. RGB value is (72,16,48). Sum of RGB (Red+Green+Blue) = 72+16+48=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #481030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481030 is #B7EFCF. Grayscale: #242424. Windows color (decimal): -12054480 or 3149896. OLE color: 3149896.

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

Color convert

RGB 72 16 48 -
CMYK 0 0.78 0.33 0.72
HSL 325.71º 0.64% 0.17% -
HSV(B) 325.71º 0.78% 0.28% -
XYZ 3.39 1.96 3 -
YUV 36.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 72 16 48 0 0.78 0.33 0.72 325.71 0.64 0.17
Hex 48 10 30 0 4E 21 48 146 40 11
Octal 110 20 60 0 116 41 110 506 100 21
Binary 1001000 10000 110000 0 1001110 100001 1001000 101000110 1000000 10001

Color Harmonies of #481030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481030

Black with #481030

Text Example


Text Example

White with #481030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481030; }

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

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

background-color css

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

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

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

border-color css

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

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

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