Html Css Color HEX #480823 Blackberry

📋 copy color: '#480823'

red 72 ◦ green 8 ◦ blue 35

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

Shades of Blackberry #480823

Tints of Blackberry #480823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.96%

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

R = 62.61%
G = 6.96%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#480823 (or 0x480823) is known color: Blackberry. HEX triplet: 48, 08 and 23. RGB value is (72,8,35). Sum of RGB (Red+Green+Blue) = 72+8+35=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #480823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480823 is #B7F7DC. Grayscale: #1E1E1E. Windows color (decimal): -12056541 or 2295880. OLE color: 2295880.

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

Color convert

RGB 72 8 35 -
CMYK 0 0.89 0.51 0.72
HSL 334.69º 0.8% 0.16% -
HSV(B) 334.69º 0.89% 0.28% -
XYZ 3.06 1.67 1.75 -
YUV 30.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 72 8 35 0 0.89 0.51 0.72 334.69 0.8 0.16
Hex 48 8 23 0 59 33 48 14F 50 10
Octal 110 10 43 0 131 63 110 517 120 20
Binary 1001000 1000 100011 0 1011001 110011 1001000 101001111 1010000 10000

Color Harmonies of #480823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480823

Black with #480823

Text Example


Text Example

White with #480823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480823; }

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

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

background-color css

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

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

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

border-color css

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

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

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