Html Css Color HEX #461931 Blackberry

📋 copy color: '#461931'

red 70 ◦ green 25 ◦ blue 49

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

Shades of Blackberry #461931

Tints of Blackberry #461931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

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

R = 48.61%
G = 17.36%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#461931 (or 0x461931) is known color: Blackberry. HEX triplet: 46, 19 and 31. RGB value is (70,25,49). Sum of RGB (Red+Green+Blue) = 70+25+49=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461931 is #B9E6CE. Grayscale: #292929. Windows color (decimal): -12183247 or 3217734. OLE color: 3217734.

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

Color convert

RGB 70 25 49 -
CMYK 0 0.64 0.30 0.73
HSL 328º 0.47% 0.19% -
HSV(B) 328º 0.64% 0.27% -
XYZ 3.43 2.22 3.15 -
YUV 41.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 70 25 49 0 0.64 0.30 0.73 328 0.47 0.19
Hex 46 19 31 0 40 1E 49 148 2F 13
Octal 106 31 61 0 100 36 111 510 57 23
Binary 1000110 11001 110001 0 1000000 11110 1001001 101001000 101111 10011

Color Harmonies of #461931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461931

Black with #461931

Text Example


Text Example

White with #461931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461931; }

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

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

background-color css

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

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

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

border-color css

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

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

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