Html Css Color HEX #470633 Blackberry

📋 copy color: '#470633'

red 71 ◦ green 6 ◦ blue 51

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

Shades of Blackberry #470633

Tints of Blackberry #470633

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.69%

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

R = 55.47%
G = 4.69%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#470633 (or 0x470633) is known color: Blackberry. HEX triplet: 47, 06 and 33. RGB value is (71,6,51). Sum of RGB (Red+Green+Blue) = 71+6+51=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #470633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470633 is #B8F9CC. Grayscale: #1E1E1E. Windows color (decimal): -12122573 or 3343943. OLE color: 3343943.

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

Color convert

RGB 71 6 51 -
CMYK 0 0.92 0.28 0.72
HSL 318.46º 0.84% 0.15% -
HSV(B) 318.46º 0.92% 0.28% -
XYZ 3.26 1.71 3.29 -
YUV 30.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 71 6 51 0 0.92 0.28 0.72 318.46 0.84 0.15
Hex 47 6 33 0 5C 1C 48 13E 54 F
Octal 107 6 63 0 134 34 110 476 124 17
Binary 1000111 110 110011 0 1011100 11100 1001000 100111110 1010100 1111

Color Harmonies of #470633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470633

Black with #470633

Text Example


Text Example

White with #470633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470633; }

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

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

background-color css

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

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

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

border-color css

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

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

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