Html Css Color HEX #460D2F Blackberry

📋 copy color: '#460D2F'

red 70 ◦ green 13 ◦ blue 47

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

Shades of Blackberry #460D2F

Tints of Blackberry #460D2F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10%

 BLUE value IS 47 (18.75% from 255) = 36.15%

R = 53.85%
G = 10%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#460D2F (or 0x460D2F) is known color: Blackberry. HEX triplet: 46, 0D and 2F. RGB value is (70,13,47). Sum of RGB (Red+Green+Blue) = 70+13+47=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #460D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D2F is #B9F2D0. Grayscale: #212121. Windows color (decimal): -12186321 or 3083590. OLE color: 3083590.

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

Color convert

RGB 70 13 47 -
CMYK 0 0.81 0.33 0.73
HSL 324.21º 0.69% 0.16% -
HSV(B) 324.21º 0.81% 0.27% -
XYZ 3.18 1.8 2.87 -
YUV 33.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 70 13 47 0 0.81 0.33 0.73 324.21 0.69 0.16
Hex 46 D 2F 0 51 21 49 144 45 10
Octal 106 15 57 0 121 41 111 504 105 20
Binary 1000110 1101 101111 0 1010001 100001 1001001 101000100 1000101 10000

Color Harmonies of #460D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D2F

Black with #460D2F

Text Example


Text Example

White with #460D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,13,47); }

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

background-color css

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

 a { background-color: rgb(70,13,47); }

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

border-color css

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

 span { border-color: rgb(70,13,47); }

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