Html Css Color HEX #311021 Blackberry

📋 copy color: '#311021'

red 49 ◦ green 16 ◦ blue 33

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

Shades of Blackberry #311021

Tints of Blackberry #311021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.33%

 BLUE value IS 33 (13.28% from 255) = 33.67%

R = 50%
G = 16.33%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#311021 (or 0x311021) is known color: Blackberry. HEX triplet: 31, 10 and 21. RGB value is (49,16,33). Sum of RGB (Red+Green+Blue) = 49+16+33=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #311021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311021 is #CEEFDE. Grayscale: #1B1B1B. Windows color (decimal): -13561823 or 2166833. OLE color: 2166833.

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

Color convert

RGB 49 16 33 -
CMYK 0 0.67 0.33 0.81
HSL 329.09º 0.51% 0.13% -
HSV(B) 329.09º 0.67% 0.19% -
XYZ 1.73 1.13 1.57 -
YUV 27.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 49 16 33 0 0.67 0.33 0.81 329.09 0.51 0.13
Hex 31 10 21 0 43 21 51 149 33 D
Octal 61 20 41 0 103 41 121 511 63 15
Binary 110001 10000 100001 0 1000011 100001 1010001 101001001 110011 1101

Color Harmonies of #311021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311021

Black with #311021

Text Example


Text Example

White with #311021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311021; }

 p { color: rgb(49,16,33); }

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

background-color css

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

 a { background-color: rgb(49,16,33); }

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

border-color css

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

 span { border-color: rgb(49,16,33); }

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