Html Css Color HEX #461334 Blackberry

📋 copy color: '#461334'

red 70 ◦ green 19 ◦ blue 52

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

Shades of Blackberry #461334

Tints of Blackberry #461334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.88%

R = 49.65%
G = 13.48%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#461334 (or 0x461334) is known color: Blackberry. HEX triplet: 46, 13 and 34. RGB value is (70,19,52). Sum of RGB (Red+Green+Blue) = 70+19+52=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #461334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461334 is #B9ECCB. Grayscale: #252525. Windows color (decimal): -12184780 or 3412806. OLE color: 3412806.

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

Color convert

RGB 70 19 52 -
CMYK 0 0.73 0.26 0.73
HSL 321.18º 0.57% 0.17% -
HSV(B) 321.18º 0.73% 0.27% -
XYZ 3.38 2.02 3.46 -
YUV 38.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 70 19 52 0 0.73 0.26 0.73 321.18 0.57 0.17
Hex 46 13 34 0 49 1A 49 141 39 11
Octal 106 23 64 0 111 32 111 501 71 21
Binary 1000110 10011 110100 0 1001001 11010 1001001 101000001 111001 10001

Color Harmonies of #461334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461334

Black with #461334

Text Example


Text Example

White with #461334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461334; }

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

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

background-color css

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

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

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

border-color css

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

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

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