Html Css Color HEX #471630 Blackberry

📋 copy color: '#471630'

red 71 ◦ green 22 ◦ blue 48

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

Shades of Blackberry #471630

Tints of Blackberry #471630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

 BLUE value IS 48 (19.14% from 255) = 34.04%

R = 50.35%
G = 15.6%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#471630 (or 0x471630) is known color: Blackberry. HEX triplet: 47, 16 and 30. RGB value is (71,22,48). Sum of RGB (Red+Green+Blue) = 71+22+48=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #471630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471630 is #B8E9CF. Grayscale: #272727. Windows color (decimal): -12118480 or 3151431. OLE color: 3151431.

HSL color Cylindrical-coordinate representation of color #471630: hue angle of 328.16º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471630 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 22 48 -
CMYK 0 0.69 0.32 0.72
HSL 328.16º 0.53% 0.18% -
HSV(B) 328.16º 0.69% 0.28% -
XYZ 3.42 2.13 3.03 -
YUV 39.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 71 22 48 0 0.69 0.32 0.72 328.16 0.53 0.18
Hex 47 16 30 0 45 20 48 148 35 12
Octal 107 26 60 0 105 40 110 510 65 22
Binary 1000111 10110 110000 0 1000101 100000 1001000 101001000 110101 10010

Color Harmonies of #471630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471630

Black with #471630

Text Example


Text Example

White with #471630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471630; }

 p { color: rgb(71,22,48); }

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

background-color css

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

 a { background-color: rgb(71,22,48); }

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

border-color css

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

 span { border-color: rgb(71,22,48); }

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