Html Css Color HEX #471225 Blackberry

📋 copy color: '#471225'

red 71 ◦ green 18 ◦ blue 37

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

Shades of Blackberry #471225

Tints of Blackberry #471225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.29%

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

R = 56.35%
G = 14.29%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#471225 (or 0x471225) is known color: Blackberry. HEX triplet: 47, 12 and 25. RGB value is (71,18,37). Sum of RGB (Red+Green+Blue) = 71+18+37=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471225 is #B8EDDA. Grayscale: #232323. Windows color (decimal): -12119515 or 2429511. OLE color: 2429511.

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

Color convert

RGB 71 18 37 -
CMYK 0 0.75 0.48 0.72
HSL 338.49º 0.6% 0.17% -
HSV(B) 338.49º 0.75% 0.28% -
XYZ 3.15 1.91 1.95 -
YUV 36.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 71 18 37 0 0.75 0.48 0.72 338.49 0.6 0.17
Hex 47 12 25 0 4B 30 48 152 3C 11
Octal 107 22 45 0 113 60 110 522 74 21
Binary 1000111 10010 100101 0 1001011 110000 1001000 101010010 111100 10001

Color Harmonies of #471225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471225

Black with #471225

Text Example


Text Example

White with #471225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471225; }

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

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

background-color css

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

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

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

border-color css

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

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

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