Html Css Color HEX #472135 Blackberry

📋 copy color: '#472135'

red 71 ◦ green 33 ◦ blue 53

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

Shades of Blackberry #472135

Tints of Blackberry #472135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

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

R = 45.22%
G = 21.02%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#472135 (or 0x472135) is known color: Blackberry. HEX triplet: 47, 21 and 35. RGB value is (71,33,53). Sum of RGB (Red+Green+Blue) = 71+33+53=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472135 is #B8DECA. Grayscale: #2E2E2E. Windows color (decimal): -12115659 or 3481927. OLE color: 3481927.

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

Color convert

RGB 71 33 53 -
CMYK 0 0.54 0.25 0.72
HSL 328.42º 0.37% 0.2% -
HSV(B) 328.42º 0.54% 0.28% -
XYZ 3.78 2.68 3.69 -
YUV 46.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 71 33 53 0 0.54 0.25 0.72 328.42 0.37 0.2
Hex 47 21 35 0 36 19 48 148 25 14
Octal 107 41 65 0 66 31 110 510 45 24
Binary 1000111 100001 110101 0 110110 11001 1001000 101001000 100101 10100

Color Harmonies of #472135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472135

Black with #472135

Text Example


Text Example

White with #472135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472135; }

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

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

background-color css

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

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

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

border-color css

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

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

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