Html Css Color HEX #460330 Blackberry

📋 copy color: '#460330'

red 70 ◦ green 3 ◦ blue 48

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

Shades of Blackberry #460330

Tints of Blackberry #460330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 57.85%
G = 2.48%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#460330 (or 0x460330) is known color: Blackberry. HEX triplet: 46, 03 and 30. RGB value is (70,3,48). Sum of RGB (Red+Green+Blue) = 70+3+48=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #460330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460330 is #B9FCCF. Grayscale: #1C1C1C. Windows color (decimal): -12188880 or 3146566. OLE color: 3146566.

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

Color convert

RGB 70 3 48 -
CMYK 0 0.96 0.31 0.73
HSL 319.7º 0.92% 0.14% -
HSV(B) 319.7º 0.96% 0.27% -
XYZ 3.09 1.58 2.94 -
YUV 28.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 70 3 48 0 0.96 0.31 0.73 319.7 0.92 0.14
Hex 46 3 30 0 60 1F 49 140 5C E
Octal 106 3 60 0 140 37 111 500 134 16
Binary 1000110 11 110000 0 1100000 11111 1001001 101000000 1011100 1110

Color Harmonies of #460330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460330

Black with #460330

Text Example


Text Example

White with #460330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460330; }

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

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

background-color css

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

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

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

border-color css

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

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

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