Html Css Color HEX #480626 Blackberry

📋 copy color: '#480626'

red 72 ◦ green 6 ◦ blue 38

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

Shades of Blackberry #480626

Tints of Blackberry #480626

RGB

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

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

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

R = 62.07%
G = 5.17%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#480626 (or 0x480626) is known color: Blackberry. HEX triplet: 48, 06 and 26. RGB value is (72,6,38). Sum of RGB (Red+Green+Blue) = 72+6+38=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #480626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480626 is #B7F9D9. Grayscale: #1D1D1D. Windows color (decimal): -12057050 or 2491976. OLE color: 2491976.

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

Color convert

RGB 72 6 38 -
CMYK 0 0.92 0.47 0.72
HSL 330.91º 0.85% 0.15% -
HSV(B) 330.91º 0.92% 0.28% -
XYZ 3.09 1.65 1.99 -
YUV 29.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 72 6 38 0 0.92 0.47 0.72 330.91 0.85 0.15
Hex 48 6 26 0 5C 2F 48 14B 55 F
Octal 110 6 46 0 134 57 110 513 125 17
Binary 1001000 110 100110 0 1011100 101111 1001000 101001011 1010101 1111

Color Harmonies of #480626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480626

Black with #480626

Text Example


Text Example

White with #480626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480626; }

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

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

background-color css

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

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

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

border-color css

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

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

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