Html Css Color HEX #331328 Blackberry

📋 copy color: '#331328'

red 51 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #331328

Tints of Blackberry #331328

RGB

 RED value IS 51 (20.31% from 255) = 46.36%

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

 BLUE value IS 40 (16.02% from 255) = 36.36%

R = 46.36%
G = 17.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#331328 (or 0x331328) is known color: Blackberry. HEX triplet: 33, 13 and 28. RGB value is (51,19,40). Sum of RGB (Red+Green+Blue) = 51+19+40=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #331328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331328 is #CCECD7. Grayscale: #1E1E1E. Windows color (decimal): -13429976 or 2626355. OLE color: 2626355.

HSL color Cylindrical-coordinate representation of color #331328: hue angle of 320.62º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331328 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 19 40 -
CMYK 0 0.63 0.22 0.8
HSL 320.63º 0.46% 0.14% -
HSV(B) 320.63º 0.63% 0.2% -
XYZ 1.98 1.32 2.16 -
YUV 30.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 51 19 40 0 0.63 0.22 0.8 320.63 0.46 0.14
Hex 33 13 28 0 3F 16 50 141 2E E
Octal 63 23 50 0 77 26 120 501 56 16
Binary 110011 10011 101000 0 111111 10110 1010000 101000001 101110 1110

Color Harmonies of #331328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331328

Black with #331328

Text Example


Text Example

White with #331328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331328; }

 p { color: rgb(51,19,40); }

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

background-color css

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

 a { background-color: rgb(51,19,40); }

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

border-color css

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

 span { border-color: rgb(51,19,40); }

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