Html Css Color HEX #551438 Blackberry

📋 copy color: '#551438'

red 85 ◦ green 20 ◦ blue 56

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

Shades of Blackberry #551438

Tints of Blackberry #551438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

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

R = 52.8%
G = 12.42%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#551438 (or 0x551438) is known color: Blackberry. HEX triplet: 55, 14 and 38. RGB value is (85,20,56). Sum of RGB (Red+Green+Blue) = 85+20+56=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #551438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551438 is #AAEBC7. Grayscale: #2B2B2B. Windows color (decimal): -11201480 or 3675221. OLE color: 3675221.

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

Color convert

RGB 85 20 56 -
CMYK 0 0.76 0.34 0.67
HSL 326.77º 0.62% 0.21% -
HSV(B) 326.77º 0.76% 0.33% -
XYZ 4.71 2.72 4.02 -
YUV 43.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 85 20 56 0 0.76 0.34 0.67 326.77 0.62 0.21
Hex 55 14 38 0 4C 22 43 147 3E 15
Octal 125 24 70 0 114 42 103 507 76 25
Binary 1010101 10100 111000 0 1001100 100010 1000011 101000111 111110 10101

Color Harmonies of #551438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551438

Black with #551438

Text Example


Text Example

White with #551438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551438; }

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

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

background-color css

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

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

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

border-color css

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

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

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