Html Css Color HEX #461129 Blackberry

📋 copy color: '#461129'

red 70 ◦ green 17 ◦ blue 41

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

Shades of Blackberry #461129

Tints of Blackberry #461129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.28%

 BLUE value IS 41 (16.41% from 255) = 32.03%

R = 54.69%
G = 13.28%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#461129 (or 0x461129) is known color: Blackberry. HEX triplet: 46, 11 and 29. RGB value is (70,17,41). Sum of RGB (Red+Green+Blue) = 70+17+41=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461129 is #B9EED6. Grayscale: #232323. Windows color (decimal): -12185303 or 2691398. OLE color: 2691398.

HSL color Cylindrical-coordinate representation of color #461129: hue angle of 332.83º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461129 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 17 41 -
CMYK 0 0.76 0.41 0.73
HSL 332.83º 0.61% 0.17% -
HSV(B) 332.83º 0.76% 0.27% -
XYZ 3.13 1.86 2.29 -
YUV 35.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 70 17 41 0 0.76 0.41 0.73 332.83 0.61 0.17
Hex 46 11 29 0 4C 29 49 14D 3D 11
Octal 106 21 51 0 114 51 111 515 75 21
Binary 1000110 10001 101001 0 1001100 101001 1001001 101001101 111101 10001

Color Harmonies of #461129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461129

Black with #461129

Text Example


Text Example

White with #461129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461129; }

 p { color: rgb(70,17,41); }

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

background-color css

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

 a { background-color: rgb(70,17,41); }

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

border-color css

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

 span { border-color: rgb(70,17,41); }

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