Html Css Color HEX #47102A Blackberry

📋 copy color: '#47102A'

red 71 ◦ green 16 ◦ blue 42

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

Shades of Blackberry #47102A

Tints of Blackberry #47102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.4%

 BLUE value IS 42 (16.8% from 255) = 32.56%

R = 55.04%
G = 12.4%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47102A (or 0x47102A) is known color: Blackberry. HEX triplet: 47, 10 and 2A. RGB value is (71,16,42). Sum of RGB (Red+Green+Blue) = 71+16+42=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #47102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47102A is #B8EFD5. Grayscale: #232323. Windows color (decimal): -12120022 or 2756679. OLE color: 2756679.

HSL color Cylindrical-coordinate representation of color #47102A: hue angle of 331.64º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47102A is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 16 42 -
CMYK 0 0.77 0.41 0.72
HSL 331.64º 0.63% 0.17% -
HSV(B) 331.64º 0.77% 0.28% -
XYZ 3.2 1.88 2.38 -
YUV 35.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 71 16 42 0 0.77 0.41 0.72 331.64 0.63 0.17
Hex 47 10 2A 0 4D 29 48 14C 3F 11
Octal 107 20 52 0 115 51 110 514 77 21
Binary 1000111 10000 101010 0 1001101 101001 1001000 101001100 111111 10001

Color Harmonies of #47102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47102A

Black with #47102A

Text Example


Text Example

White with #47102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47102A; }

 p { color: rgb(71,16,42); }

 H1.HeaderClassName
 {
   color: #47102A;
 }
 .AnyTagClassName
 {
   color: #47102A;
 }
</style>

background-color css

<style>
 a { background-color: #47102A; }

 a { background-color: rgb(71,16,42); }

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

border-color css

<style>
 span { border-color: #47102A; }

 span { border-color: rgb(71,16,42); }

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