Html Css Color HEX #471832 Blackberry

📋 copy color: '#471832'

red 71 ◦ green 24 ◦ blue 50

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

Shades of Blackberry #471832

Tints of Blackberry #471832

RGB

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

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

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

R = 48.97%
G = 16.55%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#471832 (or 0x471832) is known color: Blackberry. HEX triplet: 47, 18 and 32. RGB value is (71,24,50). Sum of RGB (Red+Green+Blue) = 71+24+50=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471832 is #B8E7CD. Grayscale: #282828. Windows color (decimal): -12117966 or 3283015. OLE color: 3283015.

HSL color Cylindrical-coordinate representation of color #471832: hue angle of 326.81º 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 #471832 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 24 50 -
CMYK 0 0.66 0.30 0.72
HSL 326.81º 0.49% 0.19% -
HSV(B) 326.81º 0.66% 0.28% -
XYZ 3.5 2.22 3.26 -
YUV 41.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 71 24 50 0 0.66 0.30 0.72 326.81 0.49 0.19
Hex 47 18 32 0 42 1E 48 147 31 13
Octal 107 30 62 0 102 36 110 507 61 23
Binary 1000111 11000 110010 0 1000010 11110 1001000 101000111 110001 10011

Color Harmonies of #471832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471832

Black with #471832

Text Example


Text Example

White with #471832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471832; }

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

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

background-color css

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

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

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

border-color css

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

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

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