Html Css Color HEX #551E3B Blackberry

📋 copy color: '#551E3B'

red 85 ◦ green 30 ◦ blue 59

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

Shades of Blackberry #551E3B

Tints of Blackberry #551E3B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.24%

 BLUE value IS 59 (23.44% from 255) = 33.91%

R = 48.85%
G = 17.24%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#551E3B (or 0x551E3B) is known color: Blackberry. HEX triplet: 55, 1E and 3B. RGB value is (85,30,59). Sum of RGB (Red+Green+Blue) = 85+30+59=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E3B is #AAE1C4. Grayscale: #313131. Windows color (decimal): -11198917 or 3874389. OLE color: 3874389.

HSL color Cylindrical-coordinate representation of color #551E3B: hue angle of 328.36º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E3B is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 30 59 -
CMYK 0 0.65 0.31 0.67
HSL 328.36º 0.48% 0.23% -
HSV(B) 328.36º 0.65% 0.33% -
XYZ 5 3.18 4.49 -
YUV 49.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 85 30 59 0 0.65 0.31 0.67 328.36 0.48 0.23
Hex 55 1E 3B 0 41 1F 43 148 30 17
Octal 125 36 73 0 101 37 103 510 60 27
Binary 1010101 11110 111011 0 1000001 11111 1000011 101001000 110000 10111

Color Harmonies of #551E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E3B

Black with #551E3B

Text Example


Text Example

White with #551E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551E3B; }

 p { color: rgb(85,30,59); }

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

background-color css

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

 a { background-color: rgb(85,30,59); }

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

border-color css

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

 span { border-color: rgb(85,30,59); }

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