Html Css Color HEX #490623 Blackberry

📋 copy color: '#490623'

red 73 ◦ green 6 ◦ blue 35

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

Shades of Blackberry #490623

Tints of Blackberry #490623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.26%

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

R = 64.04%
G = 5.26%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#490623 (or 0x490623) is known color: Blackberry. HEX triplet: 49, 06 and 23. RGB value is (73,6,35). Sum of RGB (Red+Green+Blue) = 73+6+35=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #490623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490623 is #B6F9DC. Grayscale: #1D1D1D. Windows color (decimal): -11991517 or 2295369. OLE color: 2295369.

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

Color convert

RGB 73 6 35 -
CMYK 0 0.92 0.52 0.71
HSL 334.03º 0.85% 0.15% -
HSV(B) 334.03º 0.92% 0.29% -
XYZ 3.12 1.67 1.75 -
YUV 29.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 73 6 35 0 0.92 0.52 0.71 334.03 0.85 0.15
Hex 49 6 23 0 5C 34 47 14E 55 F
Octal 111 6 43 0 134 64 107 516 125 17
Binary 1001001 110 100011 0 1011100 110100 1000111 101001110 1010101 1111

Color Harmonies of #490623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490623

Black with #490623

Text Example


Text Example

White with #490623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490623; }

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

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

background-color css

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

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

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

border-color css

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

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

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