Html Css Color HEX #471330 Blackberry

📋 copy color: '#471330'

red 71 ◦ green 19 ◦ blue 48

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

Shades of Blackberry #471330

Tints of Blackberry #471330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

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

R = 51.45%
G = 13.77%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#471330 (or 0x471330) is known color: Blackberry. HEX triplet: 47, 13 and 30. RGB value is (71,19,48). Sum of RGB (Red+Green+Blue) = 71+19+48=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471330 is #B8ECCF. Grayscale: #252525. Windows color (decimal): -12119248 or 3150663. OLE color: 3150663.

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

Color convert

RGB 71 19 48 -
CMYK 0 0.73 0.32 0.72
HSL 326.54º 0.58% 0.18% -
HSV(B) 326.54º 0.73% 0.28% -
XYZ 3.36 2.02 3.01 -
YUV 37.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 71 19 48 0 0.73 0.32 0.72 326.54 0.58 0.18
Hex 47 13 30 0 49 20 48 147 3A 12
Octal 107 23 60 0 111 40 110 507 72 22
Binary 1000111 10011 110000 0 1001001 100000 1001000 101000111 111010 10010

Color Harmonies of #471330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471330

Black with #471330

Text Example


Text Example

White with #471330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471330; }

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

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

background-color css

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

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

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

border-color css

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

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

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