Html Css Color HEX #480630 Blackberry

📋 copy color: '#480630'

red 72 ◦ green 6 ◦ blue 48

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

Shades of Blackberry #480630

Tints of Blackberry #480630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

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

R = 57.14%
G = 4.76%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#480630 (or 0x480630) is known color: Blackberry. HEX triplet: 48, 06 and 30. RGB value is (72,6,48). Sum of RGB (Red+Green+Blue) = 72+6+48=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #480630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480630 is #B7F9CF. Grayscale: #1E1E1E. Windows color (decimal): -12057040 or 3147336. OLE color: 3147336.

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

Color convert

RGB 72 6 48 -
CMYK 0 0.92 0.33 0.72
HSL 321.82º 0.85% 0.15% -
HSV(B) 321.82º 0.92% 0.28% -
XYZ 3.27 1.72 2.96 -
YUV 30.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 72 6 48 0 0.92 0.33 0.72 321.82 0.85 0.15
Hex 48 6 30 0 5C 21 48 142 55 F
Octal 110 6 60 0 134 41 110 502 125 17
Binary 1001000 110 110000 0 1011100 100001 1001000 101000010 1010101 1111

Color Harmonies of #480630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480630

Black with #480630

Text Example


Text Example

White with #480630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480630; }

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

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

background-color css

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

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

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

border-color css

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

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

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