Html Css Color HEX #470333 Blackberry

📋 copy color: '#470333'

red 71 ◦ green 3 ◦ blue 51

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

Shades of Blackberry #470333

Tints of Blackberry #470333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

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

R = 56.8%
G = 2.4%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#470333 (or 0x470333) is known color: Blackberry. HEX triplet: 47, 03 and 33. RGB value is (71,3,51). Sum of RGB (Red+Green+Blue) = 71+3+51=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #470333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470333 is #B8FCCC. Grayscale: #1C1C1C. Windows color (decimal): -12123341 or 3343175. OLE color: 3343175.

HSL color Cylindrical-coordinate representation of color #470333: hue angle of 317.65º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470333 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 3 51 -
CMYK 0 0.96 0.28 0.72
HSL 317.65º 0.92% 0.15% -
HSV(B) 317.65º 0.96% 0.28% -
XYZ 3.23 1.64 3.28 -
YUV 28.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 71 3 51 0 0.96 0.28 0.72 317.65 0.92 0.15
Hex 47 3 33 0 60 1C 48 13E 5C F
Octal 107 3 63 0 140 34 110 476 134 17
Binary 1000111 11 110011 0 1100000 11100 1001000 100111110 1011100 1111

Color Harmonies of #470333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470333

Black with #470333

Text Example


Text Example

White with #470333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470333; }

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

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

background-color css

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

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

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

border-color css

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

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

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