Html Css Color HEX #461932 Blackberry

📋 copy color: '#461932'

red 70 ◦ green 25 ◦ blue 50

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

Shades of Blackberry #461932

Tints of Blackberry #461932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 34.48%

R = 48.28%
G = 17.24%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#461932 (or 0x461932) is known color: Blackberry. HEX triplet: 46, 19 and 32. RGB value is (70,25,50). Sum of RGB (Red+Green+Blue) = 70+25+50=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #461932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461932 is #B9E6CD. Grayscale: #292929. Windows color (decimal): -12183246 or 3283270. OLE color: 3283270.

HSL color Cylindrical-coordinate representation of color #461932: hue angle of 326.67º 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 #461932 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 25 50 -
CMYK 0 0.64 0.29 0.73
HSL 326.67º 0.47% 0.19% -
HSV(B) 326.67º 0.64% 0.27% -
XYZ 3.45 2.23 3.27 -
YUV 41.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 70 25 50 0 0.64 0.29 0.73 326.67 0.47 0.19
Hex 46 19 32 0 40 1D 49 147 2F 13
Octal 106 31 62 0 100 35 111 507 57 23
Binary 1000110 11001 110010 0 1000000 11101 1001001 101000111 101111 10011

Color Harmonies of #461932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461932

Black with #461932

Text Example


Text Example

White with #461932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461932; }

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

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

background-color css

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

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

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

border-color css

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

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

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