Html Css Color HEX #551238 Blackberry

📋 copy color: '#551238'

red 85 ◦ green 18 ◦ blue 56

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

Shades of Blackberry #551238

Tints of Blackberry #551238

RGB

 RED value IS 85 (33.59% from 255) = 53.46%

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

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

R = 53.46%
G = 11.32%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#551238 (or 0x551238) is known color: Blackberry. HEX triplet: 55, 12 and 38. RGB value is (85,18,56). Sum of RGB (Red+Green+Blue) = 85+18+56=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551238 is #AAEDC7. Grayscale: #2A2A2A. Windows color (decimal): -11201992 or 3674709. OLE color: 3674709.

HSL color Cylindrical-coordinate representation of color #551238: hue angle of 325.97º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551238 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 56 -
CMYK 0 0.79 0.34 0.67
HSL 325.97º 0.65% 0.2% -
HSV(B) 325.97º 0.79% 0.33% -
XYZ 4.68 2.65 4.01 -
YUV 42.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 85 18 56 0 0.79 0.34 0.67 325.97 0.65 0.2
Hex 55 12 38 0 4F 22 43 146 41 14
Octal 125 22 70 0 117 42 103 506 101 24
Binary 1010101 10010 111000 0 1001111 100010 1000011 101000110 1000001 10100

Color Harmonies of #551238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551238

Black with #551238

Text Example


Text Example

White with #551238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551238; }

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

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

background-color css

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

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

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

border-color css

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

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

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