Html Css Color HEX #460331 Blackberry

📋 copy color: '#460331'

red 70 ◦ green 3 ◦ blue 49

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

Shades of Blackberry #460331

Tints of Blackberry #460331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.46%

 BLUE value IS 49 (19.53% from 255) = 40.16%

R = 57.38%
G = 2.46%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#460331 (or 0x460331) is known color: Blackberry. HEX triplet: 46, 03 and 31. RGB value is (70,3,49). Sum of RGB (Red+Green+Blue) = 70+3+49=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #460331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460331 is #B9FCCE. Grayscale: #1C1C1C. Windows color (decimal): -12188879 or 3212102. OLE color: 3212102.

HSL color Cylindrical-coordinate representation of color #460331: hue angle of 318.81º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460331 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 3 49 -
CMYK 0 0.96 0.30 0.73
HSL 318.81º 0.92% 0.14% -
HSV(B) 318.81º 0.96% 0.27% -
XYZ 3.11 1.59 3.05 -
YUV 28.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 70 3 49 0 0.96 0.30 0.73 318.81 0.92 0.14
Hex 46 3 31 0 60 1E 49 13F 5C E
Octal 106 3 61 0 140 36 111 477 134 16
Binary 1000110 11 110001 0 1100000 11110 1001001 100111111 1011100 1110

Color Harmonies of #460331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460331

Black with #460331

Text Example


Text Example

White with #460331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460331; }

 p { color: rgb(70,3,49); }

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

background-color css

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

 a { background-color: rgb(70,3,49); }

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

border-color css

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

 span { border-color: rgb(70,3,49); }

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