Html Css Color HEX #531B3A Blackberry

📋 copy color: '#531B3A'

red 83 ◦ green 27 ◦ blue 58

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

Shades of Blackberry #531B3A

Tints of Blackberry #531B3A

RGB

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

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

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

R = 49.4%
G = 16.07%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#531B3A (or 0x531B3A) is known color: Blackberry. HEX triplet: 53, 1B and 3A. RGB value is (83,27,58). Sum of RGB (Red+Green+Blue) = 83+27+58=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #531B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B3A is #ACE4C5. Grayscale: #2F2F2F. Windows color (decimal): -11330758 or 3808083. OLE color: 3808083.

HSL color Cylindrical-coordinate representation of color #531B3A: hue angle of 326.79º 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 #531B3A is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 27 58 -
CMYK 0 0.67 0.30 0.67
HSL 326.79º 0.51% 0.22% -
HSV(B) 326.79º 0.67% 0.33% -
XYZ 4.72 2.93 4.32 -
YUV 47.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 83 27 58 0 0.67 0.30 0.67 326.79 0.51 0.22
Hex 53 1B 3A 0 43 1E 43 147 33 16
Octal 123 33 72 0 103 36 103 507 63 26
Binary 1010011 11011 111010 0 1000011 11110 1000011 101000111 110011 10110

Color Harmonies of #531B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B3A

Black with #531B3A

Text Example


Text Example

White with #531B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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