Html Css Color HEX #470525 Blackberry

📋 copy color: '#470525'

red 71 ◦ green 5 ◦ blue 37

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

Shades of Blackberry #470525

Tints of Blackberry #470525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 32.74%

R = 62.83%
G = 4.42%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#470525 (or 0x470525) is known color: Blackberry. HEX triplet: 47, 05 and 25. RGB value is (71,5,37). Sum of RGB (Red+Green+Blue) = 71+5+37=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470525 is #B8FADA. Grayscale: #1C1C1C. Windows color (decimal): -12122843 or 2426183. OLE color: 2426183.

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

Color convert

RGB 71 5 37 -
CMYK 0 0.93 0.48 0.72
HSL 330.91º 0.87% 0.15% -
HSV(B) 330.91º 0.93% 0.28% -
XYZ 2.99 1.58 1.9 -
YUV 28.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 71 5 37 0 0.93 0.48 0.72 330.91 0.87 0.15
Hex 47 5 25 0 5D 30 48 14B 57 F
Octal 107 5 45 0 135 60 110 513 127 17
Binary 1000111 101 100101 0 1011101 110000 1001000 101001011 1010111 1111

Color Harmonies of #470525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470525

Black with #470525

Text Example


Text Example

White with #470525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470525; }

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

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

background-color css

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

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

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

border-color css

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

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

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