Html Css Color HEX #461138 Blackberry

📋 copy color: '#461138'

red 70 ◦ green 17 ◦ blue 56

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

Shades of Blackberry #461138

Tints of Blackberry #461138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 39.16%

R = 48.95%
G = 11.89%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#461138 (or 0x461138) is known color: Blackberry. HEX triplet: 46, 11 and 38. RGB value is (70,17,56). Sum of RGB (Red+Green+Blue) = 70+17+56=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #461138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461138 is #B9EEC7. Grayscale: #252525. Windows color (decimal): -12185288 or 3674438. OLE color: 3674438.

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

Color convert

RGB 70 17 56 -
CMYK 0 0.76 0.20 0.73
HSL 315.85º 0.61% 0.17% -
HSV(B) 315.85º 0.76% 0.27% -
XYZ 3.44 1.99 3.94 -
YUV 37.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 70 17 56 0 0.76 0.20 0.73 315.85 0.61 0.17
Hex 46 11 38 0 4C 14 49 13C 3D 11
Octal 106 21 70 0 114 24 111 474 75 21
Binary 1000110 10001 111000 0 1001100 10100 1001001 100111100 111101 10001

Color Harmonies of #461138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461138

Black with #461138

Text Example


Text Example

White with #461138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461138; }

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

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

background-color css

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

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

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

border-color css

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

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

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