Html Css Color HEX #480629 Blackberry

📋 copy color: '#480629'

red 72 ◦ green 6 ◦ blue 41

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

Shades of Blackberry #480629

Tints of Blackberry #480629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 34.45%

R = 60.5%
G = 5.04%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#480629 (or 0x480629) is known color: Blackberry. HEX triplet: 48, 06 and 29. RGB value is (72,6,41). Sum of RGB (Red+Green+Blue) = 72+6+41=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #480629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480629 is #B7F9D6. Grayscale: #1D1D1D. Windows color (decimal): -12057047 or 2688584. OLE color: 2688584.

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

Color convert

RGB 72 6 41 -
CMYK 0 0.92 0.43 0.72
HSL 328.18º 0.85% 0.15% -
HSV(B) 328.18º 0.92% 0.28% -
XYZ 3.14 1.67 2.25 -
YUV 29.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 72 6 41 0 0.92 0.43 0.72 328.18 0.85 0.15
Hex 48 6 29 0 5C 2B 48 148 55 F
Octal 110 6 51 0 134 53 110 510 125 17
Binary 1001000 110 101001 0 1011100 101011 1001000 101001000 1010101 1111

Color Harmonies of #480629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480629

Black with #480629

Text Example


Text Example

White with #480629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480629; }

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

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

background-color css

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

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

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

border-color css

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

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

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