Html Css Color HEX #331325 Blackberry

📋 copy color: '#331325'

red 51 ◦ green 19 ◦ blue 37

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

Shades of Blackberry #331325

Tints of Blackberry #331325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 34.58%

R = 47.66%
G = 17.76%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#331325 (or 0x331325) is known color: Blackberry. HEX triplet: 33, 13 and 25. RGB value is (51,19,37). Sum of RGB (Red+Green+Blue) = 51+19+37=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #331325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331325 is #CCECDA. Grayscale: #1E1E1E. Windows color (decimal): -13429979 or 2429747. OLE color: 2429747.

HSL color Cylindrical-coordinate representation of color #331325: hue angle of 326.25º 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 #331325 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 19 37 -
CMYK 0 0.63 0.27 0.8
HSL 326.25º 0.46% 0.14% -
HSV(B) 326.25º 0.63% 0.2% -
XYZ 1.93 1.3 1.9 -
YUV 30.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 51 19 37 0 0.63 0.27 0.8 326.25 0.46 0.14
Hex 33 13 25 0 3F 1B 50 146 2E E
Octal 63 23 45 0 77 33 120 506 56 16
Binary 110011 10011 100101 0 111111 11011 1010000 101000110 101110 1110

Color Harmonies of #331325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331325

Black with #331325

Text Example


Text Example

White with #331325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331325; }

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

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

background-color css

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

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

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

border-color css

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

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

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