Html Css Color HEX #480826 Blackberry

📋 copy color: '#480826'

red 72 ◦ green 8 ◦ blue 38

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

Shades of Blackberry #480826

Tints of Blackberry #480826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.78%

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

R = 61.02%
G = 6.78%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#480826 (or 0x480826) is known color: Blackberry. HEX triplet: 48, 08 and 26. RGB value is (72,8,38). Sum of RGB (Red+Green+Blue) = 72+8+38=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #480826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480826 is #B7F7D9. Grayscale: #1E1E1E. Windows color (decimal): -12056538 or 2492488. OLE color: 2492488.

HSL color Cylindrical-coordinate representation of color #480826: hue angle of 331.88º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480826 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 8 38 -
CMYK 0 0.89 0.47 0.72
HSL 331.88º 0.8% 0.16% -
HSV(B) 331.88º 0.89% 0.28% -
XYZ 3.11 1.69 2 -
YUV 30.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 72 8 38 0 0.89 0.47 0.72 331.88 0.8 0.16
Hex 48 8 26 0 59 2F 48 14C 50 10
Octal 110 10 46 0 131 57 110 514 120 20
Binary 1001000 1000 100110 0 1011001 101111 1001000 101001100 1010000 10000

Color Harmonies of #480826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480826

Black with #480826

Text Example


Text Example

White with #480826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480826; }

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

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

background-color css

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

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

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

border-color css

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

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

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