Html Css Color HEX #531B40 Blackberry

📋 copy color: '#531B40'

red 83 ◦ green 27 ◦ blue 64

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

Shades of Blackberry #531B40

Tints of Blackberry #531B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.78%

R = 47.7%
G = 15.52%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#531B40 (or 0x531B40) is known color: Blackberry. HEX triplet: 53, 1B and 40. RGB value is (83,27,64). Sum of RGB (Red+Green+Blue) = 83+27+64=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B40 is #ACE4BF. Grayscale: #2F2F2F. Windows color (decimal): -11330752 or 4201299. OLE color: 4201299.

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

Color convert

RGB 83 27 64 -
CMYK 0 0.67 0.23 0.67
HSL 320.36º 0.51% 0.22% -
HSV(B) 320.36º 0.67% 0.33% -
XYZ 4.88 2.99 5.17 -
YUV 47.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 83 27 64 0 0.67 0.23 0.67 320.36 0.51 0.22
Hex 53 1B 40 0 43 17 43 140 33 16
Octal 123 33 100 0 103 27 103 500 63 26
Binary 1010011 11011 1000000 0 1000011 10111 1000011 101000000 110011 10110

Color Harmonies of #531B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B40

Black with #531B40

Text Example


Text Example

White with #531B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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