Html Css Color HEX #471834 Blackberry

📋 copy color: '#471834'

red 71 ◦ green 24 ◦ blue 52

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

Shades of Blackberry #471834

Tints of Blackberry #471834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.33%

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

R = 48.3%
G = 16.33%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#471834 (or 0x471834) is known color: Blackberry. HEX triplet: 47, 18 and 34. RGB value is (71,24,52). Sum of RGB (Red+Green+Blue) = 71+24+52=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #471834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471834 is #B8E7CB. Grayscale: #292929. Windows color (decimal): -12117964 or 3414087. OLE color: 3414087.

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

Color convert

RGB 71 24 52 -
CMYK 0 0.66 0.27 0.72
HSL 324.26º 0.49% 0.19% -
HSV(B) 324.26º 0.66% 0.28% -
XYZ 3.55 2.24 3.49 -
YUV 41.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 71 24 52 0 0.66 0.27 0.72 324.26 0.49 0.19
Hex 47 18 34 0 42 1B 48 144 31 13
Octal 107 30 64 0 102 33 110 504 61 23
Binary 1000111 11000 110100 0 1000010 11011 1001000 101000100 110001 10011

Color Harmonies of #471834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471834

Black with #471834

Text Example


Text Example

White with #471834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471834; }

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

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

background-color css

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

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

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

border-color css

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

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

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