Html Css Color HEX #47042D Blackberry

📋 copy color: '#47042D'

red 71 ◦ green 4 ◦ blue 45

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

Shades of Blackberry #47042D

Tints of Blackberry #47042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

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

R = 59.17%
G = 3.33%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47042D (or 0x47042D) is known color: Blackberry. HEX triplet: 47, 04 and 2D. RGB value is (71,4,45). Sum of RGB (Red+Green+Blue) = 71+4+45=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47042D is #B8FBD2. Grayscale: #1C1C1C. Windows color (decimal): -12123091 or 2950215. OLE color: 2950215.

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

Color convert

RGB 71 4 45 -
CMYK 0 0.94 0.37 0.72
HSL 323.28º 0.89% 0.15% -
HSV(B) 323.28º 0.94% 0.28% -
XYZ 3.12 1.62 2.63 -
YUV 28.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 71 4 45 0 0.94 0.37 0.72 323.28 0.89 0.15
Hex 47 4 2D 0 5E 25 48 143 59 F
Octal 107 4 55 0 136 45 110 503 131 17
Binary 1000111 100 101101 0 1011110 100101 1001000 101000011 1011001 1111

Color Harmonies of #47042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47042D

Black with #47042D

Text Example


Text Example

White with #47042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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