Html Css Color HEX #470325 Blackberry

📋 copy color: '#470325'

red 71 ◦ green 3 ◦ blue 37

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

Shades of Blackberry #470325

Tints of Blackberry #470325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 33.33%

R = 63.96%
G = 2.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#470325 (or 0x470325) is known color: Blackberry. HEX triplet: 47, 03 and 25. RGB value is (71,3,37). Sum of RGB (Red+Green+Blue) = 71+3+37=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470325 is #B8FCDA. Grayscale: #1B1B1B. Windows color (decimal): -12123355 or 2425671. OLE color: 2425671.

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

Color convert

RGB 71 3 37 -
CMYK 0 0.96 0.48 0.72
HSL 330º 0.92% 0.15% -
HSV(B) 330º 0.96% 0.28% -
XYZ 2.97 1.54 1.89 -
YUV 27.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 71 3 37 0 0.96 0.48 0.72 330 0.92 0.15
Hex 47 3 25 0 60 30 48 14A 5C F
Octal 107 3 45 0 140 60 110 512 134 17
Binary 1000111 11 100101 0 1100000 110000 1001000 101001010 1011100 1111

Color Harmonies of #470325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470325

Black with #470325

Text Example


Text Example

White with #470325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470325; }

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

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

background-color css

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

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

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

border-color css

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

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

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