Html Css Color HEX #480127 Blackberry

📋 copy color: '#480127'

red 72 ◦ green 1 ◦ blue 39

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

Shades of Blackberry #480127

Tints of Blackberry #480127

RGB

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

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

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

R = 64.29%
G = 0.89%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#480127 (or 0x480127) is known color: Blackberry. HEX triplet: 48, 01 and 27. RGB value is (72,1,39). Sum of RGB (Red+Green+Blue) = 72+1+39=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480127 is #B7FED8. Grayscale: #1A1A1A. Windows color (decimal): -12058329 or 2556232. OLE color: 2556232.

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

Color convert

RGB 72 1 39 -
CMYK 0 0.99 0.46 0.72
HSL 327.89º 0.97% 0.14% -
HSV(B) 327.89º 0.99% 0.28% -
XYZ 3.05 1.55 2.06 -
YUV 26.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 72 1 39 0 0.99 0.46 0.72 327.89 0.97 0.14
Hex 48 1 27 0 63 2E 48 148 61 E
Octal 110 1 47 0 143 56 110 510 141 16
Binary 1001000 1 100111 0 1100011 101110 1001000 101001000 1100001 1110

Color Harmonies of #480127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480127

Black with #480127

Text Example


Text Example

White with #480127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480127; }

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

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

background-color css

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

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

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

border-color css

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

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

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