Html Css Color HEX #531C35 Blackberry

📋 copy color: '#531C35'

red 83 ◦ green 28 ◦ blue 53

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

Shades of Blackberry #531C35

Tints of Blackberry #531C35

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.07%

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

R = 50.61%
G = 17.07%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#531C35 (or 0x531C35) is known color: Blackberry. HEX triplet: 53, 1C and 35. RGB value is (83,28,53). Sum of RGB (Red+Green+Blue) = 83+28+53=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #531C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C35 is #ACE3CA. Grayscale: #2F2F2F. Windows color (decimal): -11330507 or 3480659. OLE color: 3480659.

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

Color convert

RGB 83 28 53 -
CMYK 0 0.66 0.36 0.67
HSL 332.73º 0.5% 0.22% -
HSV(B) 332.73º 0.66% 0.33% -
XYZ 4.63 2.93 3.69 -
YUV 47.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 83 28 53 0 0.66 0.36 0.67 332.73 0.5 0.22
Hex 53 1C 35 0 42 24 43 14D 32 16
Octal 123 34 65 0 102 44 103 515 62 26
Binary 1010011 11100 110101 0 1000010 100100 1000011 101001101 110010 10110

Color Harmonies of #531C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C35

Black with #531C35

Text Example


Text Example

White with #531C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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