Html Css Color HEX #480121 Blackberry

📋 copy color: '#480121'

red 72 ◦ green 1 ◦ blue 33

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

Shades of Blackberry #480121

Tints of Blackberry #480121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

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

R = 67.92%
G = 0.94%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#480121 (or 0x480121) is known color: Blackberry. HEX triplet: 48, 01 and 21. RGB value is (72,1,33). Sum of RGB (Red+Green+Blue) = 72+1+33=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #480121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480121 is #B7FEDE. Grayscale: #191919. Windows color (decimal): -12058335 or 2163016. OLE color: 2163016.

HSL color Cylindrical-coordinate representation of color #480121: hue angle of 332.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480121 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 33 -
CMYK 0 0.99 0.54 0.72
HSL 332.96º 0.97% 0.14% -
HSV(B) 332.96º 0.99% 0.28% -
XYZ 2.96 1.51 1.57 -
YUV 25.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 72 1 33 0 0.99 0.54 0.72 332.96 0.97 0.14
Hex 48 1 21 0 63 36 48 14D 61 E
Octal 110 1 41 0 143 66 110 515 141 16
Binary 1001000 1 100001 0 1100011 110110 1001000 101001101 1100001 1110

Color Harmonies of #480121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480121

Black with #480121

Text Example


Text Example

White with #480121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480121; }

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

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

background-color css

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

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

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

border-color css

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

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

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