Html Css Color HEX #470523 Blackberry

📋 copy color: '#470523'

red 71 ◦ green 5 ◦ blue 35

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

Shades of Blackberry #470523

Tints of Blackberry #470523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 31.53%

R = 63.96%
G = 4.5%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#470523 (or 0x470523) is known color: Blackberry. HEX triplet: 47, 05 and 23. RGB value is (71,5,35). Sum of RGB (Red+Green+Blue) = 71+5+35=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470523 is #B8FADC. Grayscale: #1C1C1C. Windows color (decimal): -12122845 or 2295111. OLE color: 2295111.

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

Color convert

RGB 71 5 35 -
CMYK 0 0.93 0.51 0.72
HSL 332.73º 0.87% 0.15% -
HSV(B) 332.73º 0.93% 0.28% -
XYZ 2.96 1.57 1.74 -
YUV 28.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 71 5 35 0 0.93 0.51 0.72 332.73 0.87 0.15
Hex 47 5 23 0 5D 33 48 14D 57 F
Octal 107 5 43 0 135 63 110 515 127 17
Binary 1000111 101 100011 0 1011101 110011 1001000 101001101 1010111 1111

Color Harmonies of #470523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470523

Black with #470523

Text Example


Text Example

White with #470523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470523; }

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

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

background-color css

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

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

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

border-color css

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

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

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