Html Css Color HEX #461328 Blackberry

📋 copy color: '#461328'

red 70 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #461328

Tints of Blackberry #461328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.01%

R = 54.26%
G = 14.73%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#461328 (or 0x461328) is known color: Blackberry. HEX triplet: 46, 13 and 28. RGB value is (70,19,40). Sum of RGB (Red+Green+Blue) = 70+19+40=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461328 is #B9ECD7. Grayscale: #242424. Windows color (decimal): -12184792 or 2626374. OLE color: 2626374.

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

Color convert

RGB 70 19 40 -
CMYK 0 0.73 0.43 0.73
HSL 335.29º 0.57% 0.17% -
HSV(B) 335.29º 0.73% 0.27% -
XYZ 3.14 1.92 2.21 -
YUV 36.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 70 19 40 0 0.73 0.43 0.73 335.29 0.57 0.17
Hex 46 13 28 0 49 2B 49 14F 39 11
Octal 106 23 50 0 111 53 111 517 71 21
Binary 1000110 10011 101000 0 1001001 101011 1001001 101001111 111001 10001

Color Harmonies of #461328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461328

Black with #461328

Text Example


Text Example

White with #461328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461328; }

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

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

background-color css

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

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

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

border-color css

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

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

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