Html Css Color HEX #461539 Blackberry

📋 copy color: '#461539'

red 70 ◦ green 21 ◦ blue 57

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

Shades of Blackberry #461539

Tints of Blackberry #461539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.19%

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

R = 47.3%
G = 14.19%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#461539 (or 0x461539) is known color: Blackberry. HEX triplet: 46, 15 and 39. RGB value is (70,21,57). Sum of RGB (Red+Green+Blue) = 70+21+57=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #461539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461539 is #B9EAC6. Grayscale: #272727. Windows color (decimal): -12184263 or 3740998. OLE color: 3740998.

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

Color convert

RGB 70 21 57 -
CMYK 0 0.70 0.19 0.73
HSL 315.92º 0.54% 0.18% -
HSV(B) 315.92º 0.7% 0.27% -
XYZ 3.53 2.13 4.1 -
YUV 39.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 70 21 57 0 0.70 0.19 0.73 315.92 0.54 0.18
Hex 46 15 39 0 46 13 49 13C 36 12
Octal 106 25 71 0 106 23 111 474 66 22
Binary 1000110 10101 111001 0 1000110 10011 1001001 100111100 110110 10010

Color Harmonies of #461539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461539

Black with #461539

Text Example


Text Example

White with #461539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461539; }

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

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

background-color css

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

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

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

border-color css

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

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

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