Html Css Color HEX #470725 Blackberry

📋 copy color: '#470725'

red 71 ◦ green 7 ◦ blue 37

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

Shades of Blackberry #470725

Tints of Blackberry #470725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

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

R = 61.74%
G = 6.09%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#470725 (or 0x470725) is known color: Blackberry. HEX triplet: 47, 07 and 25. RGB value is (71,7,37). Sum of RGB (Red+Green+Blue) = 71+7+37=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #470725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470725 is #B8F8DA. Grayscale: #1D1D1D. Windows color (decimal): -12122331 or 2426695. OLE color: 2426695.

HSL color Cylindrical-coordinate representation of color #470725: hue angle of 331.88º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470725 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 7 37 -
CMYK 0 0.90 0.48 0.72
HSL 331.88º 0.82% 0.15% -
HSV(B) 331.88º 0.9% 0.28% -
XYZ 3.01 1.63 1.91 -
YUV 29.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 71 7 37 0 0.90 0.48 0.72 331.88 0.82 0.15
Hex 47 7 25 0 5A 30 48 14C 52 F
Octal 107 7 45 0 132 60 110 514 122 17
Binary 1000111 111 100101 0 1011010 110000 1001000 101001100 1010010 1111

Color Harmonies of #470725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470725

Black with #470725

Text Example


Text Example

White with #470725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470725; }

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

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

background-color css

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

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

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

border-color css

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

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

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