Html Css Color HEX #460130 Blackberry

📋 copy color: '#460130'

red 70 ◦ green 1 ◦ blue 48

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

Shades of Blackberry #460130

Tints of Blackberry #460130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

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

R = 58.82%
G = 0.84%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#460130 (or 0x460130) is known color: Blackberry. HEX triplet: 46, 01 and 30. RGB value is (70,1,48). Sum of RGB (Red+Green+Blue) = 70+1+48=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #460130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460130 is #B9FECF. Grayscale: #1A1A1A. Windows color (decimal): -12189392 or 3146054. OLE color: 3146054.

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

Color convert

RGB 70 1 48 -
CMYK 0 0.99 0.31 0.73
HSL 319.13º 0.97% 0.14% -
HSV(B) 319.13º 0.99% 0.27% -
XYZ 3.07 1.54 2.93 -
YUV 26.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 70 1 48 0 0.99 0.31 0.73 319.13 0.97 0.14
Hex 46 1 30 0 63 1F 49 13F 61 E
Octal 106 1 60 0 143 37 111 477 141 16
Binary 1000110 1 110000 0 1100011 11111 1001001 100111111 1100001 1110

Color Harmonies of #460130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460130

Black with #460130

Text Example


Text Example

White with #460130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460130; }

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

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

background-color css

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

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

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

border-color css

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

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

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