Html Css Color HEX #470D35 Blackberry

📋 copy color: '#470D35'

red 71 ◦ green 13 ◦ blue 53

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

Shades of Blackberry #470D35

Tints of Blackberry #470D35

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.49%

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

R = 51.82%
G = 9.49%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#470D35 (or 0x470D35) is known color: Blackberry. HEX triplet: 47, 0D and 35. RGB value is (71,13,53). Sum of RGB (Red+Green+Blue) = 71+13+53=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #470D35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D35 is #B8F2CA. Grayscale: #222222. Windows color (decimal): -12120779 or 3476807. OLE color: 3476807.

HSL color Cylindrical-coordinate representation of color #470D35: hue angle of 318.62º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D35 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 13 53 -
CMYK 0 0.82 0.25 0.72
HSL 318.62º 0.69% 0.16% -
HSV(B) 318.62º 0.82% 0.28% -
XYZ 3.39 1.88 3.55 -
YUV 34.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 71 13 53 0 0.82 0.25 0.72 318.62 0.69 0.16
Hex 47 D 35 0 52 19 48 13F 45 10
Octal 107 15 65 0 122 31 110 477 105 20
Binary 1000111 1101 110101 0 1010010 11001 1001000 100111111 1000101 10000

Color Harmonies of #470D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D35

Black with #470D35

Text Example


Text Example

White with #470D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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