Html Css Color HEX #471634 Blackberry

📋 copy color: '#471634'

red 71 ◦ green 22 ◦ blue 52

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

Shades of Blackberry #471634

Tints of Blackberry #471634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

 BLUE value IS 52 (20.7% from 255) = 35.86%

R = 48.97%
G = 15.17%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#471634 (or 0x471634) is known color: Blackberry. HEX triplet: 47, 16 and 34. RGB value is (71,22,52). Sum of RGB (Red+Green+Blue) = 71+22+52=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471634 is #B8E9CB. Grayscale: #282828. Windows color (decimal): -12118476 or 3413575. OLE color: 3413575.

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

Color convert

RGB 71 22 52 -
CMYK 0 0.69 0.27 0.72
HSL 323.27º 0.53% 0.18% -
HSV(B) 323.27º 0.69% 0.28% -
XYZ 3.51 2.16 3.48 -
YUV 40.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 71 22 52 0 0.69 0.27 0.72 323.27 0.53 0.18
Hex 47 16 34 0 45 1B 48 143 35 12
Octal 107 26 64 0 105 33 110 503 65 22
Binary 1000111 10110 110100 0 1000101 11011 1001000 101000011 110101 10010

Color Harmonies of #471634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471634

Black with #471634

Text Example


Text Example

White with #471634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471634; }

 p { color: rgb(71,22,52); }

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

background-color css

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

 a { background-color: rgb(71,22,52); }

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

border-color css

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

 span { border-color: rgb(71,22,52); }

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