Html Css Color HEX #180327 Blackcurrant

📋 copy color: '#180327'

red 24 ◦ green 3 ◦ blue 39

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

Shades of Blackcurrant #180327

Tints of Blackcurrant #180327

RGB

 RED value IS 24 (9.77% from 255) = 36.36%

 GREEN value IS 3 (1.56% from 255) = 4.55%

 BLUE value IS 39 (15.63% from 255) = 59.09%

R = 36.36%
G = 4.55%
B = 59.09%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#180327 (or 0x180327) is known color: Blackcurrant. HEX triplet: 18, 03 and 27. RGB value is (24,3,39). Sum of RGB (Red+Green+Blue) = 24+3+39=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 39 (15.62% from 255 or 59.09% from 66); Max value from RGB is 39 - color contains mainly: blue. Hex color #180327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180327 is #E7FCD8. Grayscale: #0D0D0D. Windows color (decimal): -15203545 or 2556696. OLE color: 2556696.

HSL color Cylindrical-coordinate representation of color #180327: hue angle of 275º degrees, saturation: 0.86, 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 #180327 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 3 39 -
CMYK 0.38 0.92 0 0.85
HSL 275º 0.86% 0.08% -
HSV(B) 275º 0.92% 0.15% -
XYZ 0.78 0.41 1.96 -
YUV 13.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 24 3 39 0.38 0.92 0 0.85 275 0.86 0.08
Hex 18 3 27 26 5C 0 55 113 56 8
Octal 30 3 47 46 134 0 125 423 126 10
Binary 11000 11 100111 100110 1011100 0 1010101 100010011 1010110 1000

Color Harmonies of #180327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180327

Black with #180327

Text Example


Text Example

White with #180327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180327; }

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

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

background-color css

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

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

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

border-color css

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

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

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