Html Css Color HEX #55183A Blackberry

📋 copy color: '#55183A'

red 85 ◦ green 24 ◦ blue 58

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

Shades of Blackberry #55183A

Tints of Blackberry #55183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.37%

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 50.9%
G = 14.37%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55183A (or 0x55183A) is known color: Blackberry. HEX triplet: 55, 18 and 3A. RGB value is (85,24,58). Sum of RGB (Red+Green+Blue) = 85+24+58=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55183A is #AAE7C5. Grayscale: #2E2E2E. Windows color (decimal): -11200454 or 3807317. OLE color: 3807317.

HSL color Cylindrical-coordinate representation of color #55183A: hue angle of 326.56º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55183A is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 58 -
CMYK 0 0.72 0.32 0.67
HSL 326.56º 0.56% 0.21% -
HSV(B) 326.56º 0.72% 0.33% -
XYZ 4.84 2.89 4.31 -
YUV 46.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 85 24 58 0 0.72 0.32 0.67 326.56 0.56 0.21
Hex 55 18 3A 0 48 20 43 147 38 15
Octal 125 30 72 0 110 40 103 507 70 25
Binary 1010101 11000 111010 0 1001000 100000 1000011 101000111 111000 10101

Color Harmonies of #55183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55183A

Black with #55183A

Text Example


Text Example

White with #55183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55183A; }

 p { color: rgb(85,24,58); }

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

background-color css

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

 a { background-color: rgb(85,24,58); }

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

border-color css

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

 span { border-color: rgb(85,24,58); }

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