Html Css Color HEX #461E39 Blackberry

📋 copy color: '#461E39'

red 70 ◦ green 30 ◦ blue 57

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

Shades of Blackberry #461E39

Tints of Blackberry #461E39

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.11%

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

R = 44.59%
G = 19.11%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#461E39 (or 0x461E39) is known color: Blackberry. HEX triplet: 46, 1E and 39. RGB value is (70,30,57). Sum of RGB (Red+Green+Blue) = 70+30+57=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #461E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E39 is #B9E1C6. Grayscale: #2C2C2C. Windows color (decimal): -12181959 or 3743302. OLE color: 3743302.

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

Color convert

RGB 70 30 57 -
CMYK 0 0.57 0.19 0.73
HSL 319.5º 0.4% 0.2% -
HSV(B) 319.5º 0.57% 0.27% -
XYZ 3.73 2.53 4.16 -
YUV 45.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 70 30 57 0 0.57 0.19 0.73 319.5 0.4 0.2
Hex 46 1E 39 0 39 13 49 140 28 14
Octal 106 36 71 0 71 23 111 500 50 24
Binary 1000110 11110 111001 0 111001 10011 1001001 101000000 101000 10100

Color Harmonies of #461E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E39

Black with #461E39

Text Example


Text Example

White with #461E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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