#140325

Color #140325 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #140325

Tints of Blackcurrant #140325

Color information

#140325 (or 0x140325) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 25. RGB value is (20,3,37). Sum of RGB (Red+Green+Blue) = 20+3+37=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #140325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140325 is #EBFCDA. Grayscale: #0B0B0B. Windows color (decimal): -15465691 or 2425620. OLE color: 2425620.

HSL color Cylindrical-coordinate representation of color #140325: hue angle of 270º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140325 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB20337-
CMYK0.460.9200.85
HSL270º85%7.84%-
HSV(B)270º91.89%14.51%-
XYZ0.650.351.78-
YUV11.96142.13133.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 37 (14.84% from 255) = 61.67%
R=33.33%
G=5%
B=61.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203370.460.9200.85270857.84
Hex143252E5C05510e558
Octal2434556134012541612510
Binary101001110010110111010111000101010110000111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140325; }

 p { color: rgb(20,3,37); }

 H1.HeaderClassName
 {
   color: #140325;
 }
 .AnyTagClassName
 {
   color: #140325;
 }
</style>
background-color css

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

 a { background-color: rgb(20,3,37); }

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

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

 span { border-color: rgb(20,3,37); }

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