Html Css Color HEX #470238 Blackberry

📋 copy color: '#470238'

red 71 ◦ green 2 ◦ blue 56

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

Shades of Blackberry #470238

Tints of Blackberry #470238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 43.41%

R = 55.04%
G = 1.55%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#470238 (or 0x470238) is known color: Blackberry. HEX triplet: 47, 02 and 38. RGB value is (71,2,56). Sum of RGB (Red+Green+Blue) = 71+2+56=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #470238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470238 is #B8FDC7. Grayscale: #1C1C1C. Windows color (decimal): -12123592 or 3670599. OLE color: 3670599.

HSL color Cylindrical-coordinate representation of color #470238: hue angle of 313.04º 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 #470238 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 56 -
CMYK 0 0.97 0.21 0.72
HSL 313.04º 0.95% 0.14% -
HSV(B) 313.04º 0.97% 0.28% -
XYZ 3.33 1.67 3.89 -
YUV 28.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 71 2 56 0 0.97 0.21 0.72 313.04 0.95 0.14
Hex 47 2 38 0 61 15 48 139 5F E
Octal 107 2 70 0 141 25 110 471 137 16
Binary 1000111 10 111000 0 1100001 10101 1001000 100111001 1011111 1110

Color Harmonies of #470238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470238

Black with #470238

Text Example


Text Example

White with #470238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470238; }

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

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

background-color css

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

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

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

border-color css

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

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

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