Html Css Color HEX #470321 Blackberry

📋 copy color: '#470321'

red 71 ◦ green 3 ◦ blue 33

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

Shades of Blackberry #470321

Tints of Blackberry #470321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 30.84%

R = 66.36%
G = 2.8%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#470321 (or 0x470321) is known color: Blackberry. HEX triplet: 47, 03 and 21. RGB value is (71,3,33). Sum of RGB (Red+Green+Blue) = 71+3+33=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #470321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470321 is #B8FCDE. Grayscale: #1A1A1A. Windows color (decimal): -12123359 or 2163527. OLE color: 2163527.

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

Color convert

RGB 71 3 33 -
CMYK 0 0.96 0.54 0.72
HSL 333.53º 0.92% 0.15% -
HSV(B) 333.53º 0.96% 0.28% -
XYZ 2.91 1.51 1.58 -
YUV 26.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 71 3 33 0 0.96 0.54 0.72 333.53 0.92 0.15
Hex 47 3 21 0 60 36 48 14E 5C F
Octal 107 3 41 0 140 66 110 516 134 17
Binary 1000111 11 100001 0 1100000 110110 1001000 101001110 1011100 1111

Color Harmonies of #470321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470321

Black with #470321

Text Example


Text Example

White with #470321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470321; }

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

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

background-color css

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

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

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

border-color css

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

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

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