Html Css Color HEX #471125 Blackberry

📋 copy color: '#471125'

red 71 ◦ green 17 ◦ blue 37

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

Shades of Blackberry #471125

Tints of Blackberry #471125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.6%

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

R = 56.8%
G = 13.6%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#471125 (or 0x471125) is known color: Blackberry. HEX triplet: 47, 11 and 25. RGB value is (71,17,37). Sum of RGB (Red+Green+Blue) = 71+17+37=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471125 is #B8EEDA. Grayscale: #232323. Windows color (decimal): -12119771 or 2429255. OLE color: 2429255.

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

Color convert

RGB 71 17 37 -
CMYK 0 0.76 0.48 0.72
HSL 337.78º 0.61% 0.17% -
HSV(B) 337.78º 0.76% 0.28% -
XYZ 3.13 1.87 1.95 -
YUV 35.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 71 17 37 0 0.76 0.48 0.72 337.78 0.61 0.17
Hex 47 11 25 0 4C 30 48 152 3D 11
Octal 107 21 45 0 114 60 110 522 75 21
Binary 1000111 10001 100101 0 1001100 110000 1001000 101010010 111101 10001

Color Harmonies of #471125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471125

Black with #471125

Text Example


Text Example

White with #471125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471125; }

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

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

background-color css

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

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

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

border-color css

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

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

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