Html Css Color HEX #461E37 Blackberry

📋 copy color: '#461E37'

red 70 ◦ green 30 ◦ blue 55

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

Shades of Blackberry #461E37

Tints of Blackberry #461E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 35.48%

R = 45.16%
G = 19.35%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#461E37 (or 0x461E37) is known color: Blackberry. HEX triplet: 46, 1E and 37. RGB value is (70,30,55). Sum of RGB (Red+Green+Blue) = 70+30+55=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #461E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E37 is #B9E1C8. Grayscale: #2C2C2C. Windows color (decimal): -12181961 or 3612230. OLE color: 3612230.

HSL color Cylindrical-coordinate representation of color #461E37: hue angle of 322.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 #461E37 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 30 55 -
CMYK 0 0.57 0.21 0.73
HSL 322.5º 0.4% 0.2% -
HSV(B) 322.5º 0.57% 0.27% -
XYZ 3.68 2.51 3.9 -
YUV 44.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 70 30 55 0 0.57 0.21 0.73 322.5 0.4 0.2
Hex 46 1E 37 0 39 15 49 142 28 14
Octal 106 36 67 0 71 25 111 502 50 24
Binary 1000110 11110 110111 0 111001 10101 1001001 101000010 101000 10100

Color Harmonies of #461E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E37

Black with #461E37

Text Example


Text Example

White with #461E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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