Html Css Color HEX #461331 Blackberry

📋 copy color: '#461331'

red 70 ◦ green 19 ◦ blue 49

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

Shades of Blackberry #461331

Tints of Blackberry #461331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

 BLUE value IS 49 (19.53% from 255) = 35.51%

R = 50.72%
G = 13.77%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#461331 (or 0x461331) is known color: Blackberry. HEX triplet: 46, 13 and 31. RGB value is (70,19,49). Sum of RGB (Red+Green+Blue) = 70+19+49=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #461331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461331 is #B9ECCE. Grayscale: #252525. Windows color (decimal): -12184783 or 3216198. OLE color: 3216198.

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

Color convert

RGB 70 19 49 -
CMYK 0 0.73 0.30 0.73
HSL 324.71º 0.57% 0.17% -
HSV(B) 324.71º 0.73% 0.27% -
XYZ 3.31 1.99 3.12 -
YUV 37.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 70 19 49 0 0.73 0.30 0.73 324.71 0.57 0.17
Hex 46 13 31 0 49 1E 49 145 39 11
Octal 106 23 61 0 111 36 111 505 71 21
Binary 1000110 10011 110001 0 1001001 11110 1001001 101000101 111001 10001

Color Harmonies of #461331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461331

Black with #461331

Text Example


Text Example

White with #461331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461331; }

 p { color: rgb(70,19,49); }

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

background-color css

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

 a { background-color: rgb(70,19,49); }

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

border-color css

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

 span { border-color: rgb(70,19,49); }

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