Html Css Color HEX #471530 Blackberry

📋 copy color: '#471530'

red 71 ◦ green 21 ◦ blue 48

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

Shades of Blackberry #471530

Tints of Blackberry #471530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

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

R = 50.71%
G = 15%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#471530 (or 0x471530) is known color: Blackberry. HEX triplet: 47, 15 and 30. RGB value is (71,21,48). Sum of RGB (Red+Green+Blue) = 71+21+48=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471530 is #B8EACF. Grayscale: #262626. Windows color (decimal): -12118736 or 3151175. OLE color: 3151175.

HSL color Cylindrical-coordinate representation of color #471530: hue angle of 327.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471530 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 48 -
CMYK 0 0.70 0.32 0.72
HSL 327.6º 0.54% 0.18% -
HSV(B) 327.6º 0.7% 0.28% -
XYZ 3.4 2.09 3.02 -
YUV 39.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 71 21 48 0 0.70 0.32 0.72 327.6 0.54 0.18
Hex 47 15 30 0 46 20 48 148 36 12
Octal 107 25 60 0 106 40 110 510 66 22
Binary 1000111 10101 110000 0 1000110 100000 1001000 101001000 110110 10010

Color Harmonies of #471530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471530

Black with #471530

Text Example


Text Example

White with #471530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471530; }

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

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

background-color css

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

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

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

border-color css

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

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

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