Html Css Color HEX #531C3D Blackberry

📋 copy color: '#531C3D'

red 83 ◦ green 28 ◦ blue 61

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

Shades of Blackberry #531C3D

Tints of Blackberry #531C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.47%

R = 48.26%
G = 16.28%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#531C3D (or 0x531C3D) is known color: Blackberry. HEX triplet: 53, 1C and 3D. RGB value is (83,28,61). Sum of RGB (Red+Green+Blue) = 83+28+61=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C3D is #ACE3C2. Grayscale: #303030. Windows color (decimal): -11330499 or 4004947. OLE color: 4004947.

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

Color convert

RGB 83 28 61 -
CMYK 0 0.66 0.27 0.67
HSL 324º 0.5% 0.22% -
HSV(B) 324º 0.66% 0.33% -
XYZ 4.82 3.01 4.74 -
YUV 48.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 83 28 61 0 0.66 0.27 0.67 324 0.5 0.22
Hex 53 1C 3D 0 42 1B 43 144 32 16
Octal 123 34 75 0 102 33 103 504 62 26
Binary 1010011 11100 111101 0 1000010 11011 1000011 101000100 110010 10110

Color Harmonies of #531C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C3D

Black with #531C3D

Text Example


Text Example

White with #531C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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