Html Css Color HEX #471235 Blackberry

📋 copy color: '#471235'

red 71 ◦ green 18 ◦ blue 53

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

Shades of Blackberry #471235

Tints of Blackberry #471235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 37.32%

R = 50%
G = 12.68%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#471235 (or 0x471235) is known color: Blackberry. HEX triplet: 47, 12 and 35. RGB value is (71,18,53). Sum of RGB (Red+Green+Blue) = 71+18+53=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #471235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471235 is #B8EDCA. Grayscale: #252525. Windows color (decimal): -12119499 or 3478087. OLE color: 3478087.

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

Color convert

RGB 71 18 53 -
CMYK 0 0.75 0.25 0.72
HSL 320.38º 0.6% 0.17% -
HSV(B) 320.38º 0.75% 0.28% -
XYZ 3.46 2.03 3.58 -
YUV 37.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 71 18 53 0 0.75 0.25 0.72 320.38 0.6 0.17
Hex 47 12 35 0 4B 19 48 140 3C 11
Octal 107 22 65 0 113 31 110 500 74 21
Binary 1000111 10010 110101 0 1001011 11001 1001000 101000000 111100 10001

Color Harmonies of #471235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471235

Black with #471235

Text Example


Text Example

White with #471235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471235; }

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

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

background-color css

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

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

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

border-color css

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

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

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