Html Css Color HEX #470935 Blackberry

📋 copy color: '#470935'

red 71 ◦ green 9 ◦ blue 53

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

Shades of Blackberry #470935

Tints of Blackberry #470935

RGB

 RED value IS 71 (28.13% from 255) = 53.38%

 GREEN value IS 9 (3.91% from 255) = 6.77%

 BLUE value IS 53 (21.09% from 255) = 39.85%

R = 53.38%
G = 6.77%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#470935 (or 0x470935) is known color: Blackberry. HEX triplet: 47, 09 and 35. RGB value is (71,9,53). Sum of RGB (Red+Green+Blue) = 71+9+53=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #470935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470935 is #B8F6CA. Grayscale: #202020. Windows color (decimal): -12121803 or 3475783. OLE color: 3475783.

HSL color Cylindrical-coordinate representation of color #470935: hue angle of 317.42º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #470935 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 9 53 -
CMYK 0 0.87 0.25 0.72
HSL 317.42º 0.78% 0.16% -
HSV(B) 317.42º 0.87% 0.28% -
XYZ 3.34 1.79 3.54 -
YUV 32.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 71 9 53 0 0.87 0.25 0.72 317.42 0.78 0.16
Hex 47 9 35 0 57 19 48 13D 4E 10
Octal 107 11 65 0 127 31 110 475 116 20
Binary 1000111 1001 110101 0 1010111 11001 1001000 100111101 1001110 10000

Color Harmonies of #470935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470935

Black with #470935

Text Example


Text Example

White with #470935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470935; }

 p { color: rgb(71,9,53); }

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

background-color css

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

 a { background-color: rgb(71,9,53); }

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

border-color css

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

 span { border-color: rgb(71,9,53); }

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