Html Css Color HEX #461832 Blackberry

📋 copy color: '#461832'

red 70 ◦ green 24 ◦ blue 50

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

Shades of Blackberry #461832

Tints of Blackberry #461832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 48.61%
G = 16.67%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#461832 (or 0x461832) is known color: Blackberry. HEX triplet: 46, 18 and 32. RGB value is (70,24,50). Sum of RGB (Red+Green+Blue) = 70+24+50=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461832 is #B9E7CD. Grayscale: #282828. Windows color (decimal): -12183502 or 3283014. OLE color: 3283014.

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

Color convert

RGB 70 24 50 -
CMYK 0 0.66 0.29 0.73
HSL 326.09º 0.49% 0.18% -
HSV(B) 326.09º 0.66% 0.27% -
XYZ 3.43 2.19 3.26 -
YUV 40.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 70 24 50 0 0.66 0.29 0.73 326.09 0.49 0.18
Hex 46 18 32 0 42 1D 49 146 31 12
Octal 106 30 62 0 102 35 111 506 61 22
Binary 1000110 11000 110010 0 1000010 11101 1001001 101000110 110001 10010

Color Harmonies of #461832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461832

Black with #461832

Text Example


Text Example

White with #461832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461832; }

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

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

background-color css

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

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

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

border-color css

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

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

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