Html Css Color HEX #470324 Blackberry

📋 copy color: '#470324'

red 71 ◦ green 3 ◦ blue 36

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

Shades of Blackberry #470324

Tints of Blackberry #470324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.73%

R = 64.55%
G = 2.73%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#470324 (or 0x470324) is known color: Blackberry. HEX triplet: 47, 03 and 24. RGB value is (71,3,36). Sum of RGB (Red+Green+Blue) = 71+3+36=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #470324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470324 is #B8FCDB. Grayscale: #1B1B1B. Windows color (decimal): -12123356 or 2360135. OLE color: 2360135.

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

Color convert

RGB 71 3 36 -
CMYK 0 0.96 0.49 0.72
HSL 330.88º 0.92% 0.15% -
HSV(B) 330.88º 0.96% 0.28% -
XYZ 2.95 1.53 1.81 -
YUV 27.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 71 3 36 0 0.96 0.49 0.72 330.88 0.92 0.15
Hex 47 3 24 0 60 31 48 14B 5C F
Octal 107 3 44 0 140 61 110 513 134 17
Binary 1000111 11 100100 0 1100000 110001 1001000 101001011 1011100 1111

Color Harmonies of #470324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470324

Black with #470324

Text Example


Text Example

White with #470324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470324; }

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

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

background-color css

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

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

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

border-color css

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

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

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