Html Css Color HEX #471230 Blackberry

📋 copy color: '#471230'

red 71 ◦ green 18 ◦ blue 48

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

Shades of Blackberry #471230

Tints of Blackberry #471230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 51.82%
G = 13.14%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#471230 (or 0x471230) is known color: Blackberry. HEX triplet: 47, 12 and 30. RGB value is (71,18,48). Sum of RGB (Red+Green+Blue) = 71+18+48=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #471230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471230 is #B8EDCF. Grayscale: #252525. Windows color (decimal): -12119504 or 3150407. OLE color: 3150407.

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

Color convert

RGB 71 18 48 -
CMYK 0 0.75 0.32 0.72
HSL 326.04º 0.6% 0.17% -
HSV(B) 326.04º 0.75% 0.28% -
XYZ 3.35 1.99 3 -
YUV 37.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 71 18 48 0 0.75 0.32 0.72 326.04 0.6 0.17
Hex 47 12 30 0 4B 20 48 146 3C 11
Octal 107 22 60 0 113 40 110 506 74 21
Binary 1000111 10010 110000 0 1001011 100000 1001000 101000110 111100 10001

Color Harmonies of #471230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471230

Black with #471230

Text Example


Text Example

White with #471230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471230; }

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

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

background-color css

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

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

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

border-color css

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

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

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