Html Css Color HEX #470331 Blackberry

📋 copy color: '#470331'

red 71 ◦ green 3 ◦ blue 49

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

Shades of Blackberry #470331

Tints of Blackberry #470331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 39.84%

R = 57.72%
G = 2.44%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#470331 (or 0x470331) is known color: Blackberry. HEX triplet: 47, 03 and 31. RGB value is (71,3,49). Sum of RGB (Red+Green+Blue) = 71+3+49=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #470331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470331 is #B8FCCE. Grayscale: #1C1C1C. Windows color (decimal): -12123343 or 3212103. OLE color: 3212103.

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

Color convert

RGB 71 3 49 -
CMYK 0 0.96 0.31 0.72
HSL 319.41º 0.92% 0.15% -
HSV(B) 319.41º 0.96% 0.28% -
XYZ 3.19 1.63 3.05 -
YUV 28.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 71 3 49 0 0.96 0.31 0.72 319.41 0.92 0.15
Hex 47 3 31 0 60 1F 48 13F 5C F
Octal 107 3 61 0 140 37 110 477 134 17
Binary 1000111 11 110001 0 1100000 11111 1001000 100111111 1011100 1111

Color Harmonies of #470331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470331

Black with #470331

Text Example


Text Example

White with #470331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470331; }

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

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

background-color css

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

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

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

border-color css

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

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

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