Html Css Color HEX #471326 Blackberry

📋 copy color: '#471326'

red 71 ◦ green 19 ◦ blue 38

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

Shades of Blackberry #471326

Tints of Blackberry #471326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.84%

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

R = 55.47%
G = 14.84%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#471326 (or 0x471326) is known color: Blackberry. HEX triplet: 47, 13 and 26. RGB value is (71,19,38). Sum of RGB (Red+Green+Blue) = 71+19+38=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471326 is #B8ECD9. Grayscale: #242424. Windows color (decimal): -12119258 or 2495303. OLE color: 2495303.

HSL color Cylindrical-coordinate representation of color #471326: hue angle of 338.08º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471326 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 38 -
CMYK 0 0.73 0.46 0.72
HSL 338.08º 0.58% 0.18% -
HSV(B) 338.08º 0.73% 0.28% -
XYZ 3.18 1.95 2.04 -
YUV 36.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 71 19 38 0 0.73 0.46 0.72 338.08 0.58 0.18
Hex 47 13 26 0 49 2E 48 152 3A 12
Octal 107 23 46 0 111 56 110 522 72 22
Binary 1000111 10011 100110 0 1001001 101110 1001000 101010010 111010 10010

Color Harmonies of #471326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471326

Black with #471326

Text Example


Text Example

White with #471326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471326; }

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

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

background-color css

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

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

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

border-color css

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

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

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