Html Css Color HEX #461336 Blackberry

📋 copy color: '#461336'

red 70 ◦ green 19 ◦ blue 54

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

Shades of Blackberry #461336

Tints of Blackberry #461336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 37.76%

R = 48.95%
G = 13.29%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#461336 (or 0x461336) is known color: Blackberry. HEX triplet: 46, 13 and 36. RGB value is (70,19,54). Sum of RGB (Red+Green+Blue) = 70+19+54=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #461336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461336 is #B9ECC9. Grayscale: #262626. Windows color (decimal): -12184778 or 3543878. OLE color: 3543878.

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

Color convert

RGB 70 19 54 -
CMYK 0 0.73 0.23 0.73
HSL 318.82º 0.57% 0.17% -
HSV(B) 318.82º 0.73% 0.27% -
XYZ 3.42 2.03 3.7 -
YUV 38.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 70 19 54 0 0.73 0.23 0.73 318.82 0.57 0.17
Hex 46 13 36 0 49 17 49 13F 39 11
Octal 106 23 66 0 111 27 111 477 71 21
Binary 1000110 10011 110110 0 1001001 10111 1001001 100111111 111001 10001

Color Harmonies of #461336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461336

Black with #461336

Text Example


Text Example

White with #461336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461336; }

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

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

background-color css

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

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

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

border-color css

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

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

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