Html Css Color HEX #47031F Blackberry

📋 copy color: '#47031F'

red 71 ◦ green 3 ◦ blue 31

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

Shades of Blackberry #47031F

Tints of Blackberry #47031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 29.52%

R = 67.62%
G = 2.86%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47031F (or 0x47031F) is known color: Blackberry. HEX triplet: 47, 03 and 1F. RGB value is (71,3,31). Sum of RGB (Red+Green+Blue) = 71+3+31=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47031F is #B8FCE0. Grayscale: #1A1A1A. Windows color (decimal): -12123361 or 2032455. OLE color: 2032455.

HSL color Cylindrical-coordinate representation of color #47031F: hue angle of 335.29º 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 #47031F is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 3 31 -
CMYK 0 0.96 0.56 0.72
HSL 335.29º 0.92% 0.15% -
HSV(B) 335.29º 0.96% 0.28% -
XYZ 2.88 1.5 1.43 -
YUV 26.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 71 3 31 0 0.96 0.56 0.72 335.29 0.92 0.15
Hex 47 3 1F 0 60 38 48 14F 5C F
Octal 107 3 37 0 140 70 110 517 134 17
Binary 1000111 11 11111 0 1100000 111000 1001000 101001111 1011100 1111

Color Harmonies of #47031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47031F

Black with #47031F

Text Example


Text Example

White with #47031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47031F; }

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

 H1.HeaderClassName
 {
   color: #47031F;
 }
 .AnyTagClassName
 {
   color: #47031F;
 }
</style>

background-color css

<style>
 a { background-color: #47031F; }

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

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

border-color css

<style>
 span { border-color: #47031F; }

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

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