Html Css Color HEX #511C3D Blackberry

📋 copy color: '#511C3D'

red 81 ◦ green 28 ◦ blue 61

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

Shades of Blackberry #511C3D

Tints of Blackberry #511C3D

RGB

 RED value IS 81 (32.03% from 255) = 47.65%

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

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

R = 47.65%
G = 16.47%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#511C3D (or 0x511C3D) is known color: Blackberry. HEX triplet: 51, 1C and 3D. RGB value is (81,28,61). Sum of RGB (Red+Green+Blue) = 81+28+61=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #511C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C3D is #AEE3C2. Grayscale: #2F2F2F. Windows color (decimal): -11461571 or 4004945. OLE color: 4004945.

HSL color Cylindrical-coordinate representation of color #511C3D: hue angle of 322.64º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C3D is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 28 61 -
CMYK 0 0.65 0.25 0.68
HSL 322.64º 0.49% 0.21% -
HSV(B) 322.64º 0.65% 0.32% -
XYZ 4.65 2.92 4.73 -
YUV 47.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 81 28 61 0 0.65 0.25 0.68 322.64 0.49 0.21
Hex 51 1C 3D 0 41 19 44 143 31 15
Octal 121 34 75 0 101 31 104 503 61 25
Binary 1010001 11100 111101 0 1000001 11001 1000100 101000011 110001 10101

Color Harmonies of #511C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C3D

Black with #511C3D

Text Example


Text Example

White with #511C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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