Html Css Color HEX #311326 Blackberry

📋 copy color: '#311326'

red 49 ◦ green 19 ◦ blue 38

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

Shades of Blackberry #311326

Tints of Blackberry #311326

RGB

 RED value IS 49 (19.53% from 255) = 46.23%

 GREEN value IS 19 (7.81% from 255) = 17.92%

 BLUE value IS 38 (15.23% from 255) = 35.85%

R = 46.23%
G = 17.92%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#311326 (or 0x311326) is known color: Blackberry. HEX triplet: 31, 13 and 26. RGB value is (49,19,38). Sum of RGB (Red+Green+Blue) = 49+19+38=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #311326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311326 is #CEECD9. Grayscale: #1E1E1E. Windows color (decimal): -13561050 or 2495281. OLE color: 2495281.

HSL color Cylindrical-coordinate representation of color #311326: hue angle of 322º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311326 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 19 38 -
CMYK 0 0.61 0.22 0.81
HSL 322º 0.44% 0.13% -
HSV(B) 322º 0.61% 0.19% -
XYZ 1.85 1.26 1.98 -
YUV 30.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 49 19 38 0 0.61 0.22 0.81 322 0.44 0.13
Hex 31 13 26 0 3D 16 51 142 2C D
Octal 61 23 46 0 75 26 121 502 54 15
Binary 110001 10011 100110 0 111101 10110 1010001 101000010 101100 1101

Color Harmonies of #311326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311326

Black with #311326

Text Example


Text Example

White with #311326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311326; }

 p { color: rgb(49,19,38); }

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

background-color css

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

 a { background-color: rgb(49,19,38); }

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

border-color css

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

 span { border-color: rgb(49,19,38); }

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