Html Css Color HEX #470326 Blackberry

📋 copy color: '#470326'

red 71 ◦ green 3 ◦ blue 38

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

Shades of Blackberry #470326

Tints of Blackberry #470326

RGB

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

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

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

R = 63.39%
G = 2.68%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#470326 (or 0x470326) is known color: Blackberry. HEX triplet: 47, 03 and 26. RGB value is (71,3,38). Sum of RGB (Red+Green+Blue) = 71+3+38=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470326 is #B8FCD9. Grayscale: #1B1B1B. Windows color (decimal): -12123354 or 2491207. OLE color: 2491207.

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

Color convert

RGB 71 3 38 -
CMYK 0 0.96 0.46 0.72
HSL 329.12º 0.92% 0.15% -
HSV(B) 329.12º 0.96% 0.28% -
XYZ 2.98 1.54 1.97 -
YUV 27.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 71 3 38 0 0.96 0.46 0.72 329.12 0.92 0.15
Hex 47 3 26 0 60 2E 48 149 5C F
Octal 107 3 46 0 140 56 110 511 134 17
Binary 1000111 11 100110 0 1100000 101110 1001000 101001001 1011100 1111

Color Harmonies of #470326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470326

Black with #470326

Text Example


Text Example

White with #470326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470326; }

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

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

background-color css

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

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

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

border-color css

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

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

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