Html Css Color HEX #470526 Blackberry

📋 copy color: '#470526'

red 71 ◦ green 5 ◦ blue 38

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

Shades of Blackberry #470526

Tints of Blackberry #470526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.33%

R = 62.28%
G = 4.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#470526 (or 0x470526) is known color: Blackberry. HEX triplet: 47, 05 and 26. RGB value is (71,5,38). Sum of RGB (Red+Green+Blue) = 71+5+38=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #470526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470526 is #B8FAD9. Grayscale: #1C1C1C. Windows color (decimal): -12122842 or 2491719. OLE color: 2491719.

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

Color convert

RGB 71 5 38 -
CMYK 0 0.93 0.46 0.72
HSL 330º 0.87% 0.15% -
HSV(B) 330º 0.93% 0.28% -
XYZ 3 1.59 1.98 -
YUV 28.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 71 5 38 0 0.93 0.46 0.72 330 0.87 0.15
Hex 47 5 26 0 5D 2E 48 14A 57 F
Octal 107 5 46 0 135 56 110 512 127 17
Binary 1000111 101 100110 0 1011101 101110 1001000 101001010 1010111 1111

Color Harmonies of #470526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470526

Black with #470526

Text Example


Text Example

White with #470526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470526; }

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

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

background-color css

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

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

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

border-color css

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

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

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