Html Css Color HEX #490823 Blackberry

📋 copy color: '#490823'

red 73 ◦ green 8 ◦ blue 35

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

Shades of Blackberry #490823

Tints of Blackberry #490823

RGB

 RED value IS 73 (28.91% from 255) = 62.93%

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

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

R = 62.93%
G = 6.9%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#490823 (or 0x490823) is known color: Blackberry. HEX triplet: 49, 08 and 23. RGB value is (73,8,35). Sum of RGB (Red+Green+Blue) = 73+8+35=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #490823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490823 is #B6F7DC. Grayscale: #1E1E1E. Windows color (decimal): -11991005 or 2295881. OLE color: 2295881.

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

Color convert

RGB 73 8 35 -
CMYK 0 0.89 0.52 0.71
HSL 335.08º 0.8% 0.16% -
HSV(B) 335.08º 0.89% 0.29% -
XYZ 3.14 1.71 1.76 -
YUV 30.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 73 8 35 0 0.89 0.52 0.71 335.08 0.8 0.16
Hex 49 8 23 0 59 34 47 14F 50 10
Octal 111 10 43 0 131 64 107 517 120 20
Binary 1001001 1000 100011 0 1011001 110100 1000111 101001111 1010000 10000

Color Harmonies of #490823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490823

Black with #490823

Text Example


Text Example

White with #490823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490823; }

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

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

background-color css

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

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

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

border-color css

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

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

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