Html Css Color HEX #531B36 Blackberry

📋 copy color: '#531B36'

red 83 ◦ green 27 ◦ blue 54

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

Shades of Blackberry #531B36

Tints of Blackberry #531B36

RGB

 RED value IS 83 (32.81% from 255) = 50.61%

 GREEN value IS 27 (10.94% from 255) = 16.46%

 BLUE value IS 54 (21.48% from 255) = 32.93%

R = 50.61%
G = 16.46%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#531B36 (or 0x531B36) is known color: Blackberry. HEX triplet: 53, 1B and 36. RGB value is (83,27,54). Sum of RGB (Red+Green+Blue) = 83+27+54=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #531B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B36 is #ACE4C9. Grayscale: #2E2E2E. Windows color (decimal): -11330762 or 3545939. OLE color: 3545939.

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

Color convert

RGB 83 27 54 -
CMYK 0 0.67 0.35 0.67
HSL 331.07º 0.51% 0.22% -
HSV(B) 331.07º 0.67% 0.33% -
XYZ 4.63 2.89 3.8 -
YUV 46.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 83 27 54 0 0.67 0.35 0.67 331.07 0.51 0.22
Hex 53 1B 36 0 43 23 43 14B 33 16
Octal 123 33 66 0 103 43 103 513 63 26
Binary 1010011 11011 110110 0 1000011 100011 1000011 101001011 110011 10110

Color Harmonies of #531B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B36

Black with #531B36

Text Example


Text Example

White with #531B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531B36; }

 p { color: rgb(83,27,54); }

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

background-color css

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

 a { background-color: rgb(83,27,54); }

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

border-color css

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

 span { border-color: rgb(83,27,54); }

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