#180235

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

Shades of Blackcurrant #180235

Tints of Blackcurrant #180235

Color information

#180235 (or 0x180235) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 35. RGB value is (24,2,53). Sum of RGB (Red+Green+Blue) = 24+2+53=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 53 (21.09% from 255 or 67.09% from 79); Max value from RGB is 53 - color contains mainly: blue. Hex color #180235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180235 is #E7FDCA. Grayscale: #0E0E0E. Windows color (decimal): -15203787 or 3473944. OLE color: 3473944.

HSL color Cylindrical-coordinate representation of color #180235: hue angle of 265.88º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180235 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB24253-
CMYK0.550.9600.79
HSL265.88º92.73%10.78%-
HSV(B)265.88º96.23%20.78%-
XYZ1.040.493.41-
YUV14.39149.79134.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.38%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 53 (21.09% from 255) = 67.09%
R=30.38%
G=2.53%
B=67.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal242530.550.9600.79265.8892.7310.78
Hex18235376004F10a5db
Octal3026567140011741213513
Binary110001011010111011111000000100111110000101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180235; }

 p { color: rgb(24,2,53); }

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

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

 a { background-color: rgb(24,2,53); }

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

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

 span { border-color: rgb(24,2,53); }

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