Html Css Color HEX #480125 Blackberry

📋 copy color: '#480125'

red 72 ◦ green 1 ◦ blue 37

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

Shades of Blackberry #480125

Tints of Blackberry #480125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 33.64%

R = 65.45%
G = 0.91%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#480125 (or 0x480125) is known color: Blackberry. HEX triplet: 48, 01 and 25. RGB value is (72,1,37). Sum of RGB (Red+Green+Blue) = 72+1+37=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #480125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480125 is #B7FEDA. Grayscale: #1A1A1A. Windows color (decimal): -12058331 or 2425160. OLE color: 2425160.

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

Color convert

RGB 72 1 37 -
CMYK 0 0.99 0.49 0.72
HSL 329.58º 0.97% 0.14% -
HSV(B) 329.58º 0.99% 0.28% -
XYZ 3.02 1.53 1.89 -
YUV 26.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 72 1 37 0 0.99 0.49 0.72 329.58 0.97 0.14
Hex 48 1 25 0 63 31 48 14A 61 E
Octal 110 1 45 0 143 61 110 512 141 16
Binary 1001000 1 100101 0 1100011 110001 1001000 101001010 1100001 1110

Color Harmonies of #480125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480125

Black with #480125

Text Example


Text Example

White with #480125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480125; }

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

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

background-color css

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

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

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

border-color css

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

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

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