Html Css Color HEX #47042A Blackberry

📋 copy color: '#47042A'

red 71 ◦ green 4 ◦ blue 42

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

Shades of Blackberry #47042A

Tints of Blackberry #47042A

RGB

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

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

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

R = 60.68%
G = 3.42%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47042A (or 0x47042A) is known color: Blackberry. HEX triplet: 47, 04 and 2A. RGB value is (71,4,42). Sum of RGB (Red+Green+Blue) = 71+4+42=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47042A is #B8FBD5. Grayscale: #1C1C1C. Windows color (decimal): -12123094 or 2753607. OLE color: 2753607.

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

Color convert

RGB 71 4 42 -
CMYK 0 0.94 0.41 0.72
HSL 325.97º 0.89% 0.15% -
HSV(B) 325.97º 0.94% 0.28% -
XYZ 3.06 1.59 2.34 -
YUV 28.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 71 4 42 0 0.94 0.41 0.72 325.97 0.89 0.15
Hex 47 4 2A 0 5E 29 48 146 59 F
Octal 107 4 52 0 136 51 110 506 131 17
Binary 1000111 100 101010 0 1011110 101001 1001000 101000110 1011001 1111

Color Harmonies of #47042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47042A

Black with #47042A

Text Example


Text Example

White with #47042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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