Html Css Color HEX #18003C Blackcurrant

📋 copy color: '#18003C'

red 24 ◦ green 0 ◦ blue 60

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

Shades of Blackcurrant #18003C

Tints of Blackcurrant #18003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.57%
G = 0%
B = 71.43%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18003C (or 0x18003C) is known color: Blackcurrant. HEX triplet: 18, 00 and 3C. RGB value is (24,0,60). Sum of RGB (Red+Green+Blue) = 24+0+60=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 60 (23.83% from 255 or 71.43% from 84); Max value from RGB is 60 - color contains mainly: blue. Hex color #18003C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18003C is #E7FFC3. Grayscale: #0D0D0D. Windows color (decimal): -15204292 or 3932184. OLE color: 3932184.

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

Color convert

RGB 24 0 60 -
CMYK 0.60 1 0 0.76
HSL 264º 1% 0.12% -
HSV(B) 264º 1% 0.24% -
XYZ 1.19 0.52 4.31 -
YUV 14.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 24 0 60 0.60 1 0 0.76 264 1 0.12
Hex 18 0 3C 3C 64 0 4C 108 64 C
Octal 30 0 74 74 144 0 114 410 144 14
Binary 11000 0 111100 111100 1100100 0 1001100 100001000 1100100 1100

Color Harmonies of #18003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18003C

Black with #18003C

Text Example


Text Example

White with #18003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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