Html Css Color HEX #471034 Blackberry

📋 copy color: '#471034'

red 71 ◦ green 16 ◦ blue 52

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

Shades of Blackberry #471034

Tints of Blackberry #471034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.51%

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

R = 51.08%
G = 11.51%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#471034 (or 0x471034) is known color: Blackberry. HEX triplet: 47, 10 and 34. RGB value is (71,16,52). Sum of RGB (Red+Green+Blue) = 71+16+52=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471034 is #B8EFCB. Grayscale: #242424. Windows color (decimal): -12120012 or 3412039. OLE color: 3412039.

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

Color convert

RGB 71 16 52 -
CMYK 0 0.77 0.27 0.72
HSL 320.73º 0.63% 0.17% -
HSV(B) 320.73º 0.77% 0.28% -
XYZ 3.4 1.96 3.45 -
YUV 36.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 71 16 52 0 0.77 0.27 0.72 320.73 0.63 0.17
Hex 47 10 34 0 4D 1B 48 141 3F 11
Octal 107 20 64 0 115 33 110 501 77 21
Binary 1000111 10000 110100 0 1001101 11011 1001000 101000001 111111 10001

Color Harmonies of #471034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471034

Black with #471034

Text Example


Text Example

White with #471034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471034; }

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

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

background-color css

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

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

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

border-color css

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

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

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