Html Css Color HEX #47061E Blackberry

📋 copy color: '#47061E'

red 71 ◦ green 6 ◦ blue 30

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

Shades of Blackberry #47061E

Tints of Blackberry #47061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.04%

R = 66.36%
G = 5.61%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47061E (or 0x47061E) is known color: Blackberry. HEX triplet: 47, 06 and 1E. RGB value is (71,6,30). Sum of RGB (Red+Green+Blue) = 71+6+30=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #47061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47061E is #B8F9E1. Grayscale: #1C1C1C. Windows color (decimal): -12122594 or 1967687. OLE color: 1967687.

HSL color Cylindrical-coordinate representation of color #47061E: hue angle of 337.85º 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 #47061E is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 6 30 -
CMYK 0 0.92 0.58 0.72
HSL 337.85º 0.84% 0.15% -
HSV(B) 337.85º 0.92% 0.28% -
XYZ 2.9 1.56 1.38 -
YUV 28.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 71 6 30 0 0.92 0.58 0.72 337.85 0.84 0.15
Hex 47 6 1E 0 5C 3A 48 152 54 F
Octal 107 6 36 0 134 72 110 522 124 17
Binary 1000111 110 11110 0 1011100 111010 1001000 101010010 1010100 1111

Color Harmonies of #47061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47061E

Black with #47061E

Text Example


Text Example

White with #47061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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