Html Css Color HEX #470230 Blackberry

📋 copy color: '#470230'

red 71 ◦ green 2 ◦ blue 48

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

Shades of Blackberry #470230

Tints of Blackberry #470230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

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

R = 58.68%
G = 1.65%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#470230 (or 0x470230) is known color: Blackberry. HEX triplet: 47, 02 and 30. RGB value is (71,2,48). Sum of RGB (Red+Green+Blue) = 71+2+48=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #470230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470230 is #B8FDCF. Grayscale: #1B1B1B. Windows color (decimal): -12123600 or 3146311. OLE color: 3146311.

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

Color convert

RGB 71 2 48 -
CMYK 0 0.97 0.32 0.72
HSL 320º 0.95% 0.14% -
HSV(B) 320º 0.97% 0.28% -
XYZ 3.15 1.6 2.94 -
YUV 27.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 71 2 48 0 0.97 0.32 0.72 320 0.95 0.14
Hex 47 2 30 0 61 20 48 140 5F E
Octal 107 2 60 0 141 40 110 500 137 16
Binary 1000111 10 110000 0 1100001 100000 1001000 101000000 1011111 1110

Color Harmonies of #470230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470230

Black with #470230

Text Example


Text Example

White with #470230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470230; }

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

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

background-color css

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

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

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

border-color css

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

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

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