Html Css Color HEX #47023D Blackberry

📋 copy color: '#47023D'

red 71 ◦ green 2 ◦ blue 61

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

Shades of Blackberry #47023D

Tints of Blackberry #47023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.49%

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

R = 52.99%
G = 1.49%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47023D (or 0x47023D) is known color: Blackberry. HEX triplet: 47, 02 and 3D. RGB value is (71,2,61). Sum of RGB (Red+Green+Blue) = 71+2+61=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47023D is #B8FDC2. Grayscale: #1D1D1D. Windows color (decimal): -12123587 or 3998279. OLE color: 3998279.

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

Color convert

RGB 71 2 61 -
CMYK 0 0.97 0.14 0.72
HSL 308.7º 0.95% 0.14% -
HSV(B) 308.7º 0.97% 0.28% -
XYZ 3.46 1.72 4.56 -
YUV 29.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 71 2 61 0 0.97 0.14 0.72 308.7 0.95 0.14
Hex 47 2 3D 0 61 E 48 135 5F E
Octal 107 2 75 0 141 16 110 465 137 16
Binary 1000111 10 111101 0 1100001 1110 1001000 100110101 1011111 1110

Color Harmonies of #47023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47023D

Black with #47023D

Text Example


Text Example

White with #47023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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