Html Css Color HEX #480A30 Blackberry

📋 copy color: '#480A30'

red 72 ◦ green 10 ◦ blue 48

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

Shades of Blackberry #480A30

Tints of Blackberry #480A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.69%

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

R = 55.38%
G = 7.69%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#480A30 (or 0x480A30) is known color: Blackberry. HEX triplet: 48, 0A and 30. RGB value is (72,10,48). Sum of RGB (Red+Green+Blue) = 72+10+48=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #480A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A30 is #B7F5CF. Grayscale: #202020. Windows color (decimal): -12056016 or 3148360. OLE color: 3148360.

HSL color Cylindrical-coordinate representation of color #480A30: hue angle of 323.23º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480A30 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 10 48 -
CMYK 0 0.86 0.33 0.72
HSL 323.23º 0.76% 0.16% -
HSV(B) 323.23º 0.86% 0.28% -
XYZ 3.31 1.81 2.97 -
YUV 32.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 72 10 48 0 0.86 0.33 0.72 323.23 0.76 0.16
Hex 48 A 30 0 56 21 48 143 4C 10
Octal 110 12 60 0 126 41 110 503 114 20
Binary 1001000 1010 110000 0 1010110 100001 1001000 101000011 1001100 10000

Color Harmonies of #480A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A30

Black with #480A30

Text Example


Text Example

White with #480A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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