Html Css Color HEX #470D2A Blackberry

📋 copy color: '#470D2A'

red 71 ◦ green 13 ◦ blue 42

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

Shades of Blackberry #470D2A

Tints of Blackberry #470D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 33.33%

R = 56.35%
G = 10.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#470D2A (or 0x470D2A) is known color: Blackberry. HEX triplet: 47, 0D and 2A. RGB value is (71,13,42). Sum of RGB (Red+Green+Blue) = 71+13+42=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #470D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D2A is #B8F2D5. Grayscale: #212121. Windows color (decimal): -12120790 or 2755911. OLE color: 2755911.

HSL color Cylindrical-coordinate representation of color #470D2A: hue angle of 330º 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 #470D2A is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 13 42 -
CMYK 0 0.82 0.41 0.72
HSL 330º 0.69% 0.16% -
HSV(B) 330º 0.82% 0.28% -
XYZ 3.16 1.79 2.37 -
YUV 33.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 71 13 42 0 0.82 0.41 0.72 330 0.69 0.16
Hex 47 D 2A 0 52 29 48 14A 45 10
Octal 107 15 52 0 122 51 110 512 105 20
Binary 1000111 1101 101010 0 1010010 101001 1001000 101001010 1000101 10000

Color Harmonies of #470D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D2A

Black with #470D2A

Text Example


Text Example

White with #470D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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