Html Css Color HEX #471335 Blackberry

📋 copy color: '#471335'

red 71 ◦ green 19 ◦ blue 53

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

Shades of Blackberry #471335

Tints of Blackberry #471335

RGB

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

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

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

R = 49.65%
G = 13.29%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#471335 (or 0x471335) is known color: Blackberry. HEX triplet: 47, 13 and 35. RGB value is (71,19,53). Sum of RGB (Red+Green+Blue) = 71+19+53=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471335 is #B8ECCA. Grayscale: #262626. Windows color (decimal): -12119243 or 3478343. OLE color: 3478343.

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

Color convert

RGB 71 19 53 -
CMYK 0 0.73 0.25 0.72
HSL 320.77º 0.58% 0.18% -
HSV(B) 320.77º 0.73% 0.28% -
XYZ 3.47 2.06 3.58 -
YUV 38.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 71 19 53 0 0.73 0.25 0.72 320.77 0.58 0.18
Hex 47 13 35 0 49 19 48 141 3A 12
Octal 107 23 65 0 111 31 110 501 72 22
Binary 1000111 10011 110101 0 1001001 11001 1001000 101000001 111010 10010

Color Harmonies of #471335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471335

Black with #471335

Text Example


Text Example

White with #471335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471335; }

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

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

background-color css

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

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

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

border-color css

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

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

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