Html Css Color HEX #47033D Blackberry

📋 copy color: '#47033D'

red 71 ◦ green 3 ◦ blue 61

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

Shades of Blackberry #47033D

Tints of Blackberry #47033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.22%

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 52.59%
G = 2.22%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47033D (or 0x47033D) is known color: Blackberry. HEX triplet: 47, 03 and 3D. RGB value is (71,3,61). Sum of RGB (Red+Green+Blue) = 71+3+61=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47033D is #B8FCC2. Grayscale: #1D1D1D. Windows color (decimal): -12123331 or 3998535. OLE color: 3998535.

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

Color convert

RGB 71 3 61 -
CMYK 0 0.96 0.14 0.72
HSL 308.82º 0.92% 0.15% -
HSV(B) 308.82º 0.96% 0.28% -
XYZ 3.47 1.74 4.57 -
YUV 29.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 71 3 61 0 0.96 0.14 0.72 308.82 0.92 0.15
Hex 47 3 3D 0 60 E 48 135 5C F
Octal 107 3 75 0 140 16 110 465 134 17
Binary 1000111 11 111101 0 1100000 1110 1001000 100110101 1011100 1111

Color Harmonies of #47033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47033D

Black with #47033D

Text Example


Text Example

White with #47033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,3,61); }

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

background-color css

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

 a { background-color: rgb(71,3,61); }

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

border-color css

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

 span { border-color: rgb(71,3,61); }

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