Html Css Color HEX #480A26 Blackberry

📋 copy color: '#480A26'

red 72 ◦ green 10 ◦ blue 38

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

Shades of Blackberry #480A26

Tints of Blackberry #480A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 31.67%

R = 60%
G = 8.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#480A26 (or 0x480A26) is known color: Blackberry. HEX triplet: 48, 0A and 26. RGB value is (72,10,38). Sum of RGB (Red+Green+Blue) = 72+10+38=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #480A26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A26 is #B7F5D9. Grayscale: #1F1F1F. Windows color (decimal): -12056026 or 2493000. OLE color: 2493000.

HSL color Cylindrical-coordinate representation of color #480A26: hue angle of 332.9º 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 #480A26 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 10 38 -
CMYK 0 0.86 0.47 0.72
HSL 332.9º 0.76% 0.16% -
HSV(B) 332.9º 0.86% 0.28% -
XYZ 3.13 1.73 2 -
YUV 31.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 72 10 38 0 0.86 0.47 0.72 332.9 0.76 0.16
Hex 48 A 26 0 56 2F 48 14D 4C 10
Octal 110 12 46 0 126 57 110 515 114 20
Binary 1001000 1010 100110 0 1010110 101111 1001000 101001101 1001100 10000

Color Harmonies of #480A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A26

Black with #480A26

Text Example


Text Example

White with #480A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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