Html Css Color HEX #461532 Blackberry

📋 copy color: '#461532'

red 70 ◦ green 21 ◦ blue 50

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

Shades of Blackberry #461532

Tints of Blackberry #461532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 49.65%
G = 14.89%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#461532 (or 0x461532) is known color: Blackberry. HEX triplet: 46, 15 and 32. RGB value is (70,21,50). Sum of RGB (Red+Green+Blue) = 70+21+50=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #461532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461532 is #B9EACD. Grayscale: #262626. Windows color (decimal): -12184270 or 3282246. OLE color: 3282246.

HSL color Cylindrical-coordinate representation of color #461532: hue angle of 324.49º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461532 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 50 -
CMYK 0 0.70 0.29 0.73
HSL 324.49º 0.54% 0.18% -
HSV(B) 324.49º 0.7% 0.27% -
XYZ 3.37 2.07 3.24 -
YUV 38.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 70 21 50 0 0.70 0.29 0.73 324.49 0.54 0.18
Hex 46 15 32 0 46 1D 49 144 36 12
Octal 106 25 62 0 106 35 111 504 66 22
Binary 1000110 10101 110010 0 1000110 11101 1001001 101000100 110110 10010

Color Harmonies of #461532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461532

Black with #461532

Text Example


Text Example

White with #461532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461532; }

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

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

background-color css

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

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

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

border-color css

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

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

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