Html Css Color HEX #470527 Blackberry

📋 copy color: '#470527'

red 71 ◦ green 5 ◦ blue 39

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

Shades of Blackberry #470527

Tints of Blackberry #470527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.35%

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

R = 61.74%
G = 4.35%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#470527 (or 0x470527) is known color: Blackberry. HEX triplet: 47, 05 and 27. RGB value is (71,5,39). Sum of RGB (Red+Green+Blue) = 71+5+39=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #470527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470527 is #B8FAD8. Grayscale: #1C1C1C. Windows color (decimal): -12122841 or 2557255. OLE color: 2557255.

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

Color convert

RGB 71 5 39 -
CMYK 0 0.93 0.45 0.72
HSL 329.09º 0.87% 0.15% -
HSV(B) 329.09º 0.93% 0.28% -
XYZ 3.02 1.59 2.07 -
YUV 28.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 71 5 39 0 0.93 0.45 0.72 329.09 0.87 0.15
Hex 47 5 27 0 5D 2D 48 149 57 F
Octal 107 5 47 0 135 55 110 511 127 17
Binary 1000111 101 100111 0 1011101 101101 1001000 101001001 1010111 1111

Color Harmonies of #470527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470527

Black with #470527

Text Example


Text Example

White with #470527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470527; }

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

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

background-color css

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

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

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

border-color css

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

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

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