Html Css Color HEX #480523 Blackberry

📋 copy color: '#480523'

red 72 ◦ green 5 ◦ blue 35

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

Shades of Blackberry #480523

Tints of Blackberry #480523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.46%

 BLUE value IS 35 (14.06% from 255) = 31.25%

R = 64.29%
G = 4.46%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#480523 (or 0x480523) is known color: Blackberry. HEX triplet: 48, 05 and 23. RGB value is (72,5,35). Sum of RGB (Red+Green+Blue) = 72+5+35=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480523 is #B7FADC. Grayscale: #1C1C1C. Windows color (decimal): -12057309 or 2295112. OLE color: 2295112.

HSL color Cylindrical-coordinate representation of color #480523: hue angle of 333.13º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480523 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 5 35 -
CMYK 0 0.93 0.51 0.72
HSL 333.13º 0.87% 0.15% -
HSV(B) 333.13º 0.93% 0.28% -
XYZ 3.03 1.61 1.74 -
YUV 28.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 72 5 35 0 0.93 0.51 0.72 333.13 0.87 0.15
Hex 48 5 23 0 5D 33 48 14D 57 F
Octal 110 5 43 0 135 63 110 515 127 17
Binary 1001000 101 100011 0 1011101 110011 1001000 101001101 1010111 1111

Color Harmonies of #480523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480523

Black with #480523

Text Example


Text Example

White with #480523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480523; }

 p { color: rgb(72,5,35); }

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

background-color css

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

 a { background-color: rgb(72,5,35); }

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

border-color css

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

 span { border-color: rgb(72,5,35); }

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