Html Css Color HEX #47062D Blackberry

📋 copy color: '#47062D'

red 71 ◦ green 6 ◦ blue 45

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

Shades of Blackberry #47062D

Tints of Blackberry #47062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

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

R = 58.2%
G = 4.92%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47062D (or 0x47062D) is known color: Blackberry. HEX triplet: 47, 06 and 2D. RGB value is (71,6,45). Sum of RGB (Red+Green+Blue) = 71+6+45=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47062D is #B8F9D2. Grayscale: #1D1D1D. Windows color (decimal): -12122579 or 2950727. OLE color: 2950727.

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

Color convert

RGB 71 6 45 -
CMYK 0 0.92 0.37 0.72
HSL 324º 0.84% 0.15% -
HSV(B) 324º 0.92% 0.28% -
XYZ 3.14 1.66 2.64 -
YUV 29.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 71 6 45 0 0.92 0.37 0.72 324 0.84 0.15
Hex 47 6 2D 0 5C 25 48 144 54 F
Octal 107 6 55 0 134 45 110 504 124 17
Binary 1000111 110 101101 0 1011100 100101 1001000 101000100 1010100 1111

Color Harmonies of #47062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47062D

Black with #47062D

Text Example


Text Example

White with #47062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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