Html Css Color HEX #471732 Blackberry

📋 copy color: '#471732'

red 71 ◦ green 23 ◦ blue 50

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

Shades of Blackberry #471732

Tints of Blackberry #471732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

 BLUE value IS 50 (19.92% from 255) = 34.72%

R = 49.31%
G = 15.97%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#471732 (or 0x471732) is known color: Blackberry. HEX triplet: 47, 17 and 32. RGB value is (71,23,50). Sum of RGB (Red+Green+Blue) = 71+23+50=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #471732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471732 is #B8E8CD. Grayscale: #282828. Windows color (decimal): -12118222 or 3282759. OLE color: 3282759.

HSL color Cylindrical-coordinate representation of color #471732: hue angle of 326.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471732 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 23 50 -
CMYK 0 0.68 0.30 0.72
HSL 326.25º 0.51% 0.18% -
HSV(B) 326.25º 0.68% 0.28% -
XYZ 3.48 2.18 3.26 -
YUV 40.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 71 23 50 0 0.68 0.30 0.72 326.25 0.51 0.18
Hex 47 17 32 0 44 1E 48 146 33 12
Octal 107 27 62 0 104 36 110 506 63 22
Binary 1000111 10111 110010 0 1000100 11110 1001000 101000110 110011 10010

Color Harmonies of #471732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471732

Black with #471732

Text Example


Text Example

White with #471732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471732; }

 p { color: rgb(71,23,50); }

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

background-color css

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

 a { background-color: rgb(71,23,50); }

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

border-color css

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

 span { border-color: rgb(71,23,50); }

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