Html Css Color HEX #470327 Blackberry

📋 copy color: '#470327'

red 71 ◦ green 3 ◦ blue 39

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

Shades of Blackberry #470327

Tints of Blackberry #470327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.51%

R = 62.83%
G = 2.65%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#470327 (or 0x470327) is known color: Blackberry. HEX triplet: 47, 03 and 27. RGB value is (71,3,39). Sum of RGB (Red+Green+Blue) = 71+3+39=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470327 is #B8FCD8. Grayscale: #1B1B1B. Windows color (decimal): -12123353 or 2556743. OLE color: 2556743.

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

Color convert

RGB 71 3 39 -
CMYK 0 0.96 0.45 0.72
HSL 328.24º 0.92% 0.15% -
HSV(B) 328.24º 0.96% 0.28% -
XYZ 3 1.55 2.06 -
YUV 27.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 71 3 39 0 0.96 0.45 0.72 328.24 0.92 0.15
Hex 47 3 27 0 60 2D 48 148 5C F
Octal 107 3 47 0 140 55 110 510 134 17
Binary 1000111 11 100111 0 1100000 101101 1001000 101001000 1011100 1111

Color Harmonies of #470327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470327

Black with #470327

Text Example


Text Example

White with #470327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470327; }

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

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

background-color css

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

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

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

border-color css

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

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

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