Html Css Color HEX #472035 Blackberry

📋 copy color: '#472035'

red 71 ◦ green 32 ◦ blue 53

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

Shades of Blackberry #472035

Tints of Blackberry #472035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.51%

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

R = 45.51%
G = 20.51%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#472035 (or 0x472035) is known color: Blackberry. HEX triplet: 47, 20 and 35. RGB value is (71,32,53). Sum of RGB (Red+Green+Blue) = 71+32+53=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472035 is #B8DFCA. Grayscale: #2E2E2E. Windows color (decimal): -12115915 or 3481671. OLE color: 3481671.

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

Color convert

RGB 71 32 53 -
CMYK 0 0.55 0.25 0.72
HSL 327.69º 0.38% 0.2% -
HSV(B) 327.69º 0.55% 0.28% -
XYZ 3.76 2.63 3.68 -
YUV 46.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 71 32 53 0 0.55 0.25 0.72 327.69 0.38 0.2
Hex 47 20 35 0 37 19 48 148 26 14
Octal 107 40 65 0 67 31 110 510 46 24
Binary 1000111 100000 110101 0 110111 11001 1001000 101001000 100110 10100

Color Harmonies of #472035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472035

Black with #472035

Text Example


Text Example

White with #472035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472035; }

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

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

background-color css

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

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

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

border-color css

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

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

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