Html Css Color HEX #480621 Blackberry

📋 copy color: '#480621'

red 72 ◦ green 6 ◦ blue 33

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

Shades of Blackberry #480621

Tints of Blackberry #480621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 29.73%

R = 64.86%
G = 5.41%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#480621 (or 0x480621) is known color: Blackberry. HEX triplet: 48, 06 and 21. RGB value is (72,6,33). Sum of RGB (Red+Green+Blue) = 72+6+33=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480621 is #B7F9DE. Grayscale: #1C1C1C. Windows color (decimal): -12057055 or 2164296. OLE color: 2164296.

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

Color convert

RGB 72 6 33 -
CMYK 0 0.92 0.54 0.72
HSL 335.45º 0.85% 0.15% -
HSV(B) 335.45º 0.92% 0.28% -
XYZ 3.01 1.62 1.59 -
YUV 28.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 72 6 33 0 0.92 0.54 0.72 335.45 0.85 0.15
Hex 48 6 21 0 5C 36 48 14F 55 F
Octal 110 6 41 0 134 66 110 517 125 17
Binary 1001000 110 100001 0 1011100 110110 1001000 101001111 1010101 1111

Color Harmonies of #480621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480621

Black with #480621

Text Example


Text Example

White with #480621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480621; }

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

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

background-color css

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

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

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

border-color css

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

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

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