Html Css Color HEX #480027 Blackberry

📋 copy color: '#480027'

red 72 ◦ green 0 ◦ blue 39

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

Shades of Blackberry #480027

Tints of Blackberry #480027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 35.14%

R = 64.86%
G = 0%
B = 35.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#480027 (or 0x480027) is known color: Blackberry. HEX triplet: 48, 00 and 27. RGB value is (72,0,39). Sum of RGB (Red+Green+Blue) = 72+0+39=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480027 is #B7FFD8. Grayscale: #191919. Windows color (decimal): -12058585 or 2555976. OLE color: 2555976.

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

Color convert

RGB 72 0 39 -
CMYK 0 1 0.46 0.72
HSL 327.5º 1% 0.14% -
HSV(B) 327.5º 1% 0.28% -
XYZ 3.04 1.52 2.05 -
YUV 25.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 72 0 39 0 1 0.46 0.72 327.5 1 0.14
Hex 48 0 27 0 64 2E 48 148 64 E
Octal 110 0 47 0 144 56 110 510 144 16
Binary 1001000 0 100111 0 1100100 101110 1001000 101001000 1100100 1110

Color Harmonies of #480027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480027

Black with #480027

Text Example


Text Example

White with #480027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480027; }

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

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

background-color css

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

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

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

border-color css

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

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

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