Html Css Color HEX #470233 Blackberry

📋 copy color: '#470233'

red 71 ◦ green 2 ◦ blue 51

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

Shades of Blackberry #470233

Tints of Blackberry #470233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.13%

R = 57.26%
G = 1.61%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#470233 (or 0x470233) is known color: Blackberry. HEX triplet: 47, 02 and 33. RGB value is (71,2,51). Sum of RGB (Red+Green+Blue) = 71+2+51=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #470233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470233 is #B8FDCC. Grayscale: #1C1C1C. Windows color (decimal): -12123597 or 3342919. OLE color: 3342919.

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

Color convert

RGB 71 2 51 -
CMYK 0 0.97 0.28 0.72
HSL 317.39º 0.95% 0.14% -
HSV(B) 317.39º 0.97% 0.28% -
XYZ 3.22 1.62 3.28 -
YUV 28.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 71 2 51 0 0.97 0.28 0.72 317.39 0.95 0.14
Hex 47 2 33 0 61 1C 48 13D 5F E
Octal 107 2 63 0 141 34 110 475 137 16
Binary 1000111 10 110011 0 1100001 11100 1001000 100111101 1011111 1110

Color Harmonies of #470233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470233

Black with #470233

Text Example


Text Example

White with #470233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470233; }

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

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

background-color css

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

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

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

border-color css

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

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

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