Html Css Color HEX #18013C Blackcurrant

📋 copy color: '#18013C'

red 24 ◦ green 1 ◦ blue 60

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

Shades of Blackcurrant #18013C

Tints of Blackcurrant #18013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.18%

 BLUE value IS 60 (23.83% from 255) = 70.59%

R = 28.24%
G = 1.18%
B = 70.59%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18013C (or 0x18013C) is known color: Blackcurrant. HEX triplet: 18, 01 and 3C. RGB value is (24,1,60). Sum of RGB (Red+Green+Blue) = 24+1+60=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 60 (23.83% from 255 or 70.59% from 85); Max value from RGB is 60 - color contains mainly: blue. Hex color #18013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18013C is #E7FEC3. Grayscale: #0E0E0E. Windows color (decimal): -15204036 or 3932440. OLE color: 3932440.

HSL color Cylindrical-coordinate representation of color #18013C: hue angle of 263.39º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18013C is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 1 60 -
CMYK 0.60 0.98 0 0.76
HSL 263.39º 0.97% 0.12% -
HSV(B) 263.39º 0.98% 0.24% -
XYZ 1.2 0.54 4.32 -
YUV 14.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 24 1 60 0.60 0.98 0 0.76 263.39 0.97 0.12
Hex 18 1 3C 3C 62 0 4C 107 61 C
Octal 30 1 74 74 142 0 114 407 141 14
Binary 11000 1 111100 111100 1100010 0 1001100 100000111 1100001 1100

Color Harmonies of #18013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18013C

Black with #18013C

Text Example


Text Example

White with #18013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18013C; }

 p { color: rgb(24,1,60); }

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

background-color css

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

 a { background-color: rgb(24,1,60); }

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

border-color css

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

 span { border-color: rgb(24,1,60); }

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