Html Css Color HEX #531A3B Blackberry

📋 copy color: '#531A3B'

red 83 ◦ green 26 ◦ blue 59

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

Shades of Blackberry #531A3B

Tints of Blackberry #531A3B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.48%

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

R = 49.4%
G = 15.48%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#531A3B (or 0x531A3B) is known color: Blackberry. HEX triplet: 53, 1A and 3B. RGB value is (83,26,59). Sum of RGB (Red+Green+Blue) = 83+26+59=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #531A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A3B is #ACE5C4. Grayscale: #2E2E2E. Windows color (decimal): -11331013 or 3873363. OLE color: 3873363.

HSL color Cylindrical-coordinate representation of color #531A3B: hue angle of 325.26º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A3B is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 59 -
CMYK 0 0.69 0.29 0.67
HSL 325.26º 0.52% 0.21% -
HSV(B) 325.26º 0.69% 0.33% -
XYZ 4.73 2.89 4.45 -
YUV 46.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 83 26 59 0 0.69 0.29 0.67 325.26 0.52 0.21
Hex 53 1A 3B 0 45 1D 43 145 34 15
Octal 123 32 73 0 105 35 103 505 64 25
Binary 1010011 11010 111011 0 1000101 11101 1000011 101000101 110100 10101

Color Harmonies of #531A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A3B

Black with #531A3B

Text Example


Text Example

White with #531A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,26,59); }

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

background-color css

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

 a { background-color: rgb(83,26,59); }

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

border-color css

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

 span { border-color: rgb(83,26,59); }

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