Html Css Color HEX #471930 Blackberry

📋 copy color: '#471930'

red 71 ◦ green 25 ◦ blue 48

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

Shades of Blackberry #471930

Tints of Blackberry #471930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

 BLUE value IS 48 (19.14% from 255) = 33.33%

R = 49.31%
G = 17.36%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#471930 (or 0x471930) is known color: Blackberry. HEX triplet: 47, 19 and 30. RGB value is (71,25,48). Sum of RGB (Red+Green+Blue) = 71+25+48=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #471930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471930 is #B8E6CF. Grayscale: #292929. Windows color (decimal): -12117712 or 3152199. OLE color: 3152199.

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

Color convert

RGB 71 25 48 -
CMYK 0 0.65 0.32 0.72
HSL 330º 0.48% 0.19% -
HSV(B) 330º 0.65% 0.28% -
XYZ 3.48 2.25 3.05 -
YUV 41.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 71 25 48 0 0.65 0.32 0.72 330 0.48 0.19
Hex 47 19 30 0 41 20 48 14A 30 13
Octal 107 31 60 0 101 40 110 512 60 23
Binary 1000111 11001 110000 0 1000001 100000 1001000 101001010 110000 10011

Color Harmonies of #471930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471930

Black with #471930

Text Example


Text Example

White with #471930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471930; }

 p { color: rgb(71,25,48); }

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

background-color css

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

 a { background-color: rgb(71,25,48); }

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

border-color css

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

 span { border-color: rgb(71,25,48); }

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