Html Css Color HEX #18043D Blackcurrant

📋 copy color: '#18043D'

red 24 ◦ green 4 ◦ blue 61

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

Shades of Blackcurrant #18043D

Tints of Blackcurrant #18043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.49%

 BLUE value IS 61 (24.22% from 255) = 68.54%

R = 26.97%
G = 4.49%
B = 68.54%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18043D (or 0x18043D) is known color: Blackcurrant. HEX triplet: 18, 04 and 3D. RGB value is (24,4,61). Sum of RGB (Red+Green+Blue) = 24+4+61=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #18043D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18043D is #E7FBC2. Grayscale: #101010. Windows color (decimal): -15203267 or 3998744. OLE color: 3998744.

HSL color Cylindrical-coordinate representation of color #18043D: hue angle of 261.05º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18043D is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 4 61 -
CMYK 0.61 0.93 0 0.76
HSL 261.05º 0.88% 0.13% -
HSV(B) 261.05º 0.93% 0.24% -
XYZ 1.26 0.62 4.47 -
YUV 16.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 24 4 61 0.61 0.93 0 0.76 261.05 0.88 0.13
Hex 18 4 3D 3D 5D 0 4C 105 58 D
Octal 30 4 75 75 135 0 114 405 130 15
Binary 11000 100 111101 111101 1011101 0 1001100 100000101 1011000 1101

Color Harmonies of #18043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18043D

Black with #18043D

Text Example


Text Example

White with #18043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18043D; }

 p { color: rgb(24,4,61); }

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

background-color css

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

 a { background-color: rgb(24,4,61); }

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

border-color css

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

 span { border-color: rgb(24,4,61); }

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