Html Css Color HEX #331525 Blackberry

📋 copy color: '#331525'

red 51 ◦ green 21 ◦ blue 37

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

Shades of Blackberry #331525

Tints of Blackberry #331525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.27%

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

R = 46.79%
G = 19.27%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#331525 (or 0x331525) is known color: Blackberry. HEX triplet: 33, 15 and 25. RGB value is (51,21,37). Sum of RGB (Red+Green+Blue) = 51+21+37=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #331525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331525 is #CCEADA. Grayscale: #1F1F1F. Windows color (decimal): -13429467 or 2430259. OLE color: 2430259.

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

Color convert

RGB 51 21 37 -
CMYK 0 0.59 0.27 0.8
HSL 328º 0.42% 0.14% -
HSV(B) 328º 0.59% 0.2% -
XYZ 1.97 1.37 1.91 -
YUV 31.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 51 21 37 0 0.59 0.27 0.8 328 0.42 0.14
Hex 33 15 25 0 3B 1B 50 148 2A E
Octal 63 25 45 0 73 33 120 510 52 16
Binary 110011 10101 100101 0 111011 11011 1010000 101001000 101010 1110

Color Harmonies of #331525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331525

Black with #331525

Text Example


Text Example

White with #331525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331525; }

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

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

background-color css

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

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

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

border-color css

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

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

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