#180335

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

Shades of Blackcurrant #180335

Tints of Blackcurrant #180335

Color information

#180335 (or 0x180335) is unknown color: approx Blackcurrant. HEX triplet: 18, 03 and 35. RGB value is (24,3,53). Sum of RGB (Red+Green+Blue) = 24+3+53=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #180335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180335 is #E7FCCA. Grayscale: #0E0E0E. Windows color (decimal): -15203531 or 3474200. OLE color: 3474200.

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

Color convert

RGB24353-
CMYK0.550.9400.79
HSL265.2º89.29%10.98%-
HSV(B)265.2º94.34%20.78%-
XYZ1.050.523.41-
YUV14.98149.46134.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 53 (21.09% from 255) = 66.25%
R=30%
G=3.75%
B=66.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal243530.550.9400.79265.289.2910.98
Hex18335375E04F10959b
Octal3036567136011741113113
Binary110001111010111011110111100100111110000100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180335; }

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

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

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

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

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

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

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

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