Html Css Color HEX #470833 Blackberry

📋 copy color: '#470833'

red 71 ◦ green 8 ◦ blue 51

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

Shades of Blackberry #470833

Tints of Blackberry #470833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.15%

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

R = 54.62%
G = 6.15%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#470833 (or 0x470833) is known color: Blackberry. HEX triplet: 47, 08 and 33. RGB value is (71,8,51). Sum of RGB (Red+Green+Blue) = 71+8+51=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #470833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470833 is #B8F7CC. Grayscale: #1F1F1F. Windows color (decimal): -12122061 or 3344455. OLE color: 3344455.

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

Color convert

RGB 71 8 51 -
CMYK 0 0.89 0.28 0.72
HSL 319.05º 0.8% 0.15% -
HSV(B) 319.05º 0.89% 0.28% -
XYZ 3.28 1.75 3.3 -
YUV 31.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 71 8 51 0 0.89 0.28 0.72 319.05 0.8 0.15
Hex 47 8 33 0 59 1C 48 13F 50 F
Octal 107 10 63 0 131 34 110 477 120 17
Binary 1000111 1000 110011 0 1011001 11100 1001000 100111111 1010000 1111

Color Harmonies of #470833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470833

Black with #470833

Text Example


Text Example

White with #470833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470833; }

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

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

background-color css

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

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

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

border-color css

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

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

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