Html Css Color HEX #531A35 Blackberry

📋 copy color: '#531A35'

red 83 ◦ green 26 ◦ blue 53

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

Shades of Blackberry #531A35

Tints of Blackberry #531A35

RGB

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

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

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

R = 51.23%
G = 16.05%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#531A35 (or 0x531A35) is known color: Blackberry. HEX triplet: 53, 1A and 35. RGB value is (83,26,53). Sum of RGB (Red+Green+Blue) = 83+26+53=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #531A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A35 is #ACE5CA. Grayscale: #2E2E2E. Windows color (decimal): -11331019 or 3480147. OLE color: 3480147.

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

Color convert

RGB 83 26 53 -
CMYK 0 0.69 0.36 0.67
HSL 331.58º 0.52% 0.21% -
HSV(B) 331.58º 0.69% 0.33% -
XYZ 4.58 2.83 3.67 -
YUV 46.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 83 26 53 0 0.69 0.36 0.67 331.58 0.52 0.21
Hex 53 1A 35 0 45 24 43 14C 34 15
Octal 123 32 65 0 105 44 103 514 64 25
Binary 1010011 11010 110101 0 1000101 100100 1000011 101001100 110100 10101

Color Harmonies of #531A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A35

Black with #531A35

Text Example


Text Example

White with #531A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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