Html Css Color HEX #471D30 Blackberry

📋 copy color: '#471D30'

red 71 ◦ green 29 ◦ blue 48

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

Shades of Blackberry #471D30

Tints of Blackberry #471D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.59%

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

R = 47.97%
G = 19.59%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#471D30 (or 0x471D30) is known color: Blackberry. HEX triplet: 47, 1D and 30. RGB value is (71,29,48). Sum of RGB (Red+Green+Blue) = 71+29+48=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #471D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D30 is #B8E2CF. Grayscale: #2B2B2B. Windows color (decimal): -12116688 or 3153223. OLE color: 3153223.

HSL color Cylindrical-coordinate representation of color #471D30: hue angle of 332.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D30 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 29 48 -
CMYK 0 0.59 0.32 0.72
HSL 332.86º 0.42% 0.2% -
HSV(B) 332.86º 0.59% 0.28% -
XYZ 3.57 2.43 3.08 -
YUV 43.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 71 29 48 0 0.59 0.32 0.72 332.86 0.42 0.2
Hex 47 1D 30 0 3B 20 48 14D 2A 14
Octal 107 35 60 0 73 40 110 515 52 24
Binary 1000111 11101 110000 0 111011 100000 1001000 101001101 101010 10100

Color Harmonies of #471D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D30

Black with #471D30

Text Example


Text Example

White with #471D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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