Html Css Color HEX #47061F Blackberry

📋 copy color: '#47061F'

red 71 ◦ green 6 ◦ blue 31

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

Shades of Blackberry #47061F

Tints of Blackberry #47061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.56%

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

R = 65.74%
G = 5.56%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47061F (or 0x47061F) is known color: Blackberry. HEX triplet: 47, 06 and 1F. RGB value is (71,6,31). Sum of RGB (Red+Green+Blue) = 71+6+31=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #47061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47061F is #B8F9E0. Grayscale: #1C1C1C. Windows color (decimal): -12122593 or 2033223. OLE color: 2033223.

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

Color convert

RGB 71 6 31 -
CMYK 0 0.92 0.56 0.72
HSL 336.92º 0.84% 0.15% -
HSV(B) 336.92º 0.92% 0.28% -
XYZ 2.91 1.57 1.45 -
YUV 28.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 71 6 31 0 0.92 0.56 0.72 336.92 0.84 0.15
Hex 47 6 1F 0 5C 38 48 151 54 F
Octal 107 6 37 0 134 70 110 521 124 17
Binary 1000111 110 11111 0 1011100 111000 1001000 101010001 1010100 1111

Color Harmonies of #47061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47061F

Black with #47061F

Text Example


Text Example

White with #47061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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