Html Css Color HEX #471238 Blackberry

📋 copy color: '#471238'

red 71 ◦ green 18 ◦ blue 56

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

Shades of Blackberry #471238

Tints of Blackberry #471238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.41%

 BLUE value IS 56 (22.27% from 255) = 38.62%

R = 48.97%
G = 12.41%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#471238 (or 0x471238) is known color: Blackberry. HEX triplet: 47, 12 and 38. RGB value is (71,18,56). Sum of RGB (Red+Green+Blue) = 71+18+56=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471238 is #B8EDC7. Grayscale: #262626. Windows color (decimal): -12119496 or 3674695. OLE color: 3674695.

HSL color Cylindrical-coordinate representation of color #471238: hue angle of 316.98º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471238 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 18 56 -
CMYK 0 0.75 0.21 0.72
HSL 316.98º 0.6% 0.17% -
HSV(B) 316.98º 0.75% 0.28% -
XYZ 3.53 2.06 3.95 -
YUV 38.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 71 18 56 0 0.75 0.21 0.72 316.98 0.6 0.17
Hex 47 12 38 0 4B 15 48 13D 3C 11
Octal 107 22 70 0 113 25 110 475 74 21
Binary 1000111 10010 111000 0 1001011 10101 1001000 100111101 111100 10001

Color Harmonies of #471238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471238

Black with #471238

Text Example


Text Example

White with #471238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471238; }

 p { color: rgb(71,18,56); }

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

background-color css

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

 a { background-color: rgb(71,18,56); }

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

border-color css

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

 span { border-color: rgb(71,18,56); }

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