Html Css Color HEX #460039 Blackberry

📋 copy color: '#460039'

red 70 ◦ green 0 ◦ blue 57

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

Shades of Blackberry #460039

Tints of Blackberry #460039

RGB

 RED value IS 70 (27.73% from 255) = 55.12%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 44.88%

R = 55.12%
G = 0%
B = 44.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#460039 (or 0x460039) is known color: Blackberry. HEX triplet: 46, 00 and 39. RGB value is (70,0,57). Sum of RGB (Red+Green+Blue) = 70+0+57=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #460039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460039 is #B9FFC6. Grayscale: #1B1B1B. Windows color (decimal): -12189639 or 3735622. OLE color: 3735622.

HSL color Cylindrical-coordinate representation of color #460039: hue angle of 311.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460039 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 0 57 -
CMYK 0 1 0.19 0.73
HSL 311.14º 1% 0.14% -
HSV(B) 311.14º 1% 0.27% -
XYZ 3.26 1.6 4.01 -
YUV 27.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 70 0 57 0 1 0.19 0.73 311.14 1 0.14
Hex 46 0 39 0 64 13 49 137 64 E
Octal 106 0 71 0 144 23 111 467 144 16
Binary 1000110 0 111001 0 1100100 10011 1001001 100110111 1100100 1110

Color Harmonies of #460039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460039

Black with #460039

Text Example


Text Example

White with #460039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460039; }

 p { color: rgb(70,0,57); }

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

background-color css

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

 a { background-color: rgb(70,0,57); }

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

border-color css

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

 span { border-color: rgb(70,0,57); }

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