Html Css Color HEX #47082D Blackberry

📋 copy color: '#47082D'

red 71 ◦ green 8 ◦ blue 45

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

Shades of Blackberry #47082D

Tints of Blackberry #47082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.45%

 BLUE value IS 45 (17.97% from 255) = 36.29%

R = 57.26%
G = 6.45%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47082D (or 0x47082D) is known color: Blackberry. HEX triplet: 47, 08 and 2D. RGB value is (71,8,45). Sum of RGB (Red+Green+Blue) = 71+8+45=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #47082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47082D is #B8F7D2. Grayscale: #1E1E1E. Windows color (decimal): -12122067 or 2951239. OLE color: 2951239.

HSL color Cylindrical-coordinate representation of color #47082D: hue angle of 324.76º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47082D is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 8 45 -
CMYK 0 0.89 0.37 0.72
HSL 324.76º 0.8% 0.15% -
HSV(B) 324.76º 0.89% 0.28% -
XYZ 3.16 1.7 2.64 -
YUV 31.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 71 8 45 0 0.89 0.37 0.72 324.76 0.8 0.15
Hex 47 8 2D 0 59 25 48 145 50 F
Octal 107 10 55 0 131 45 110 505 120 17
Binary 1000111 1000 101101 0 1011001 100101 1001000 101000101 1010000 1111

Color Harmonies of #47082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47082D

Black with #47082D

Text Example


Text Example

White with #47082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47082D; }

 p { color: rgb(71,8,45); }

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

background-color css

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

 a { background-color: rgb(71,8,45); }

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

border-color css

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

 span { border-color: rgb(71,8,45); }

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