Html Css Color HEX #460B30 Blackberry

📋 copy color: '#460B30'

red 70 ◦ green 11 ◦ blue 48

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

Shades of Blackberry #460B30

Tints of Blackberry #460B30

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.53%

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

R = 54.26%
G = 8.53%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#460B30 (or 0x460B30) is known color: Blackberry. HEX triplet: 46, 0B and 30. RGB value is (70,11,48). Sum of RGB (Red+Green+Blue) = 70+11+48=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #460B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B30 is #B9F4CF. Grayscale: #202020. Windows color (decimal): -12186832 or 3148614. OLE color: 3148614.

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

Color convert

RGB 70 11 48 -
CMYK 0 0.84 0.31 0.73
HSL 322.37º 0.73% 0.16% -
HSV(B) 322.37º 0.84% 0.27% -
XYZ 3.18 1.75 2.97 -
YUV 32.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 70 11 48 0 0.84 0.31 0.73 322.37 0.73 0.16
Hex 46 B 30 0 54 1F 49 142 49 10
Octal 106 13 60 0 124 37 111 502 111 20
Binary 1000110 1011 110000 0 1010100 11111 1001001 101000010 1001001 10000

Color Harmonies of #460B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B30

Black with #460B30

Text Example


Text Example

White with #460B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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