Html Css Color HEX #471226 Blackberry

📋 copy color: '#471226'

red 71 ◦ green 18 ◦ blue 38

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

Shades of Blackberry #471226

Tints of Blackberry #471226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.92%

R = 55.91%
G = 14.17%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#471226 (or 0x471226) is known color: Blackberry. HEX triplet: 47, 12 and 26. RGB value is (71,18,38). Sum of RGB (Red+Green+Blue) = 71+18+38=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471226 is #B8EDD9. Grayscale: #242424. Windows color (decimal): -12119514 or 2495047. OLE color: 2495047.

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

Color convert

RGB 71 18 38 -
CMYK 0 0.75 0.46 0.72
HSL 337.36º 0.6% 0.17% -
HSV(B) 337.36º 0.75% 0.28% -
XYZ 3.16 1.91 2.04 -
YUV 36.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 71 18 38 0 0.75 0.46 0.72 337.36 0.6 0.17
Hex 47 12 26 0 4B 2E 48 151 3C 11
Octal 107 22 46 0 113 56 110 521 74 21
Binary 1000111 10010 100110 0 1001011 101110 1001000 101010001 111100 10001

Color Harmonies of #471226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471226

Black with #471226

Text Example


Text Example

White with #471226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471226; }

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

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

background-color css

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

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

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

border-color css

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

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

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