Html Css Color HEX #460E30 Blackberry

📋 copy color: '#460E30'

red 70 ◦ green 14 ◦ blue 48

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

Shades of Blackberry #460E30

Tints of Blackberry #460E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.61%

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

R = 53.03%
G = 10.61%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#460E30 (or 0x460E30) is known color: Blackberry. HEX triplet: 46, 0E and 30. RGB value is (70,14,48). Sum of RGB (Red+Green+Blue) = 70+14+48=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #460E30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460E30 is #B9F1CF. Grayscale: #222222. Windows color (decimal): -12186064 or 3149382. OLE color: 3149382.

HSL color Cylindrical-coordinate representation of color #460E30: hue angle of 323.57º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #460E30 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 14 48 -
CMYK 0 0.80 0.31 0.73
HSL 323.57º 0.67% 0.16% -
HSV(B) 323.57º 0.8% 0.27% -
XYZ 3.22 1.83 2.98 -
YUV 34.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 70 14 48 0 0.80 0.31 0.73 323.57 0.67 0.16
Hex 46 E 30 0 50 1F 49 144 43 10
Octal 106 16 60 0 120 37 111 504 103 20
Binary 1000110 1110 110000 0 1010000 11111 1001001 101000100 1000011 10000

Color Harmonies of #460E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E30

Black with #460E30

Text Example


Text Example

White with #460E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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