Html Css Color HEX #321325 Blackberry

📋 copy color: '#321325'

red 50 ◦ green 19 ◦ blue 37

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

Shades of Blackberry #321325

Tints of Blackberry #321325

RGB

 RED value IS 50 (19.92% from 255) = 47.17%

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

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

R = 47.17%
G = 17.92%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#321325 (or 0x321325) is known color: Blackberry. HEX triplet: 32, 13 and 25. RGB value is (50,19,37). Sum of RGB (Red+Green+Blue) = 50+19+37=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #321325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321325 is #CDECDA. Grayscale: #1E1E1E. Windows color (decimal): -13495515 or 2429746. OLE color: 2429746.

HSL color Cylindrical-coordinate representation of color #321325: hue angle of 325.16º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321325 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 19 37 -
CMYK 0 0.62 0.26 0.80
HSL 325.16º 0.45% 0.14% -
HSV(B) 325.16º 0.62% 0.2% -
XYZ 1.88 1.28 1.9 -
YUV 30.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 50 19 37 0 0.62 0.26 0.80 325.16 0.45 0.14
Hex 32 13 25 0 3E 1A 50 145 2D E
Octal 62 23 45 0 76 32 120 505 55 16
Binary 110010 10011 100101 0 111110 11010 1010000 101000101 101101 1110

Color Harmonies of #321325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321325

Black with #321325

Text Example


Text Example

White with #321325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321325; }

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

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

background-color css

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

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

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

border-color css

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

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

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