Html Css Color HEX #470225 Blackberry

📋 copy color: '#470225'

red 71 ◦ green 2 ◦ blue 37

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

Shades of Blackberry #470225

Tints of Blackberry #470225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.82%

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

R = 64.55%
G = 1.82%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#470225 (or 0x470225) is known color: Blackberry. HEX triplet: 47, 02 and 25. RGB value is (71,2,37). Sum of RGB (Red+Green+Blue) = 71+2+37=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #470225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470225 is #B8FDDA. Grayscale: #1A1A1A. Windows color (decimal): -12123611 or 2425415. OLE color: 2425415.

HSL color Cylindrical-coordinate representation of color #470225: hue angle of 329.57º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470225 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 37 -
CMYK 0 0.97 0.48 0.72
HSL 329.57º 0.95% 0.14% -
HSV(B) 329.57º 0.97% 0.28% -
XYZ 2.95 1.52 1.89 -
YUV 26.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 71 2 37 0 0.97 0.48 0.72 329.57 0.95 0.14
Hex 47 2 25 0 61 30 48 14A 5F E
Octal 107 2 45 0 141 60 110 512 137 16
Binary 1000111 10 100101 0 1100001 110000 1001000 101001010 1011111 1110

Color Harmonies of #470225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470225

Black with #470225

Text Example


Text Example

White with #470225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470225; }

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

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

background-color css

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

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

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

border-color css

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

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

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