Html Css Color HEX #46133B Blackberry

📋 copy color: '#46133B'

red 70 ◦ green 19 ◦ blue 59

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

Shades of Blackberry #46133B

Tints of Blackberry #46133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 39.86%

R = 47.3%
G = 12.84%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#46133B (or 0x46133B) is known color: Blackberry. HEX triplet: 46, 13 and 3B. RGB value is (70,19,59). Sum of RGB (Red+Green+Blue) = 70+19+59=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46133B is #B9ECC4. Grayscale: #262626. Windows color (decimal): -12184773 or 3871558. OLE color: 3871558.

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

Color convert

RGB 70 19 59 -
CMYK 0 0.73 0.16 0.73
HSL 312.94º 0.57% 0.17% -
HSV(B) 312.94º 0.73% 0.27% -
XYZ 3.55 2.08 4.35 -
YUV 38.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 70 19 59 0 0.73 0.16 0.73 312.94 0.57 0.17
Hex 46 13 3B 0 49 10 49 139 39 11
Octal 106 23 73 0 111 20 111 471 71 21
Binary 1000110 10011 111011 0 1001001 10000 1001001 100111001 111001 10001

Color Harmonies of #46133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46133B

Black with #46133B

Text Example


Text Example

White with #46133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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