Html Css Color HEX #480038 Blackberry

📋 copy color: '#480038'

red 72 ◦ green 0 ◦ blue 56

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

Shades of Blackberry #480038

Tints of Blackberry #480038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 43.75%

R = 56.25%
G = 0%
B = 43.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#480038 (or 0x480038) is known color: Blackberry. HEX triplet: 48, 00 and 38. RGB value is (72,0,56). Sum of RGB (Red+Green+Blue) = 72+0+56=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #480038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480038 is #B7FFC7. Grayscale: #1B1B1B. Windows color (decimal): -12058568 or 3670088. OLE color: 3670088.

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

Color convert

RGB 72 0 56 -
CMYK 0 1 0.22 0.72
HSL 313.33º 1% 0.14% -
HSV(B) 313.33º 1% 0.28% -
XYZ 3.39 1.66 3.88 -
YUV 27.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 72 0 56 0 1 0.22 0.72 313.33 1 0.14
Hex 48 0 38 0 64 16 48 139 64 E
Octal 110 0 70 0 144 26 110 471 144 16
Binary 1001000 0 111000 0 1100100 10110 1001000 100111001 1100100 1110

Color Harmonies of #480038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480038

Black with #480038

Text Example


Text Example

White with #480038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480038; }

 p { color: rgb(72,0,56); }

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

background-color css

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

 a { background-color: rgb(72,0,56); }

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

border-color css

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

 span { border-color: rgb(72,0,56); }

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