Html Css Color HEX #551935 Blackberry

📋 copy color: '#551935'

red 85 ◦ green 25 ◦ blue 53

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

Shades of Blackberry #551935

Tints of Blackberry #551935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

 BLUE value IS 53 (21.09% from 255) = 32.52%

R = 52.15%
G = 15.34%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#551935 (or 0x551935) is known color: Blackberry. HEX triplet: 55, 19 and 35. RGB value is (85,25,53). Sum of RGB (Red+Green+Blue) = 85+25+53=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #551935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551935 is #AAE6CA. Grayscale: #2E2E2E. Windows color (decimal): -11200203 or 3479893. OLE color: 3479893.

HSL color Cylindrical-coordinate representation of color #551935: hue angle of 332º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551935 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 53 -
CMYK 0 0.71 0.38 0.67
HSL 332º 0.55% 0.22% -
HSV(B) 332º 0.71% 0.33% -
XYZ 4.74 2.88 3.68 -
YUV 46.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 85 25 53 0 0.71 0.38 0.67 332 0.55 0.22
Hex 55 19 35 0 47 26 43 14C 37 16
Octal 125 31 65 0 107 46 103 514 67 26
Binary 1010101 11001 110101 0 1000111 100110 1000011 101001100 110111 10110

Color Harmonies of #551935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551935

Black with #551935

Text Example


Text Example

White with #551935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551935; }

 p { color: rgb(85,25,53); }

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

background-color css

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

 a { background-color: rgb(85,25,53); }

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

border-color css

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

 span { border-color: rgb(85,25,53); }

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