Html Css Color HEX #47123D Blackberry

📋 copy color: '#47123D'

red 71 ◦ green 18 ◦ blue 61

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

Shades of Blackberry #47123D

Tints of Blackberry #47123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12%

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

R = 47.33%
G = 12%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47123D (or 0x47123D) is known color: Blackberry. HEX triplet: 47, 12 and 3D. RGB value is (71,18,61). Sum of RGB (Red+Green+Blue) = 71+18+61=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47123D is #B8EDC2. Grayscale: #262626. Windows color (decimal): -12119491 or 4002375. OLE color: 4002375.

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

Color convert

RGB 71 18 61 -
CMYK 0 0.75 0.14 0.72
HSL 311.32º 0.6% 0.17% -
HSV(B) 311.32º 0.75% 0.28% -
XYZ 3.66 2.11 4.63 -
YUV 38.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 71 18 61 0 0.75 0.14 0.72 311.32 0.6 0.17
Hex 47 12 3D 0 4B E 48 137 3C 11
Octal 107 22 75 0 113 16 110 467 74 21
Binary 1000111 10010 111101 0 1001011 1110 1001000 100110111 111100 10001

Color Harmonies of #47123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47123D

Black with #47123D

Text Example


Text Example

White with #47123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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