Html Css Color HEX #461333 Blackberry

📋 copy color: '#461333'

red 70 ◦ green 19 ◦ blue 51

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

Shades of Blackberry #461333

Tints of Blackberry #461333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 36.43%

R = 50%
G = 13.57%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.73

RGB Variations

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

Color information

#461333 (or 0x461333) is known color: Blackberry. HEX triplet: 46, 13 and 33. RGB value is (70,19,51). Sum of RGB (Red+Green+Blue) = 70+19+51=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #461333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461333 is #B9ECCC. Grayscale: #252525. Windows color (decimal): -12184781 or 3347270. OLE color: 3347270.

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

Color convert

RGB 70 19 51 -
CMYK 0 0.73 0.27 0.73
HSL 322.35º 0.57% 0.17% -
HSV(B) 322.35º 0.73% 0.27% -
XYZ 3.36 2.01 3.34 -
YUV 37.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 70 19 51 0 0.73 0.27 0.73 322.35 0.57 0.17
Hex 46 13 33 0 49 1B 49 142 39 11
Octal 106 23 63 0 111 33 111 502 71 21
Binary 1000110 10011 110011 0 1001001 11011 1001001 101000010 111001 10001

Color Harmonies of #461333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461333

Black with #461333

Text Example


Text Example

White with #461333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461333; }

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

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

background-color css

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

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

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

border-color css

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

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

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