Html Css Color HEX #18092D Blackcurrant

📋 copy color: '#18092D'

red 24 ◦ green 9 ◦ blue 45

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

Shades of Blackcurrant #18092D

Tints of Blackcurrant #18092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.54%

 BLUE value IS 45 (17.97% from 255) = 57.69%

R = 30.77%
G = 11.54%
B = 57.69%

CMYK

 C value IS 0.47

 M value IS 0.8

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18092D (or 0x18092D) is known color: Blackcurrant. HEX triplet: 18, 09 and 2D. RGB value is (24,9,45). Sum of RGB (Red+Green+Blue) = 24+9+45=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #18092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18092D is #E7F6D2. Grayscale: #111111. Windows color (decimal): -15202003 or 2951448. OLE color: 2951448.

HSL color Cylindrical-coordinate representation of color #18092D: hue angle of 265º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18092D is Cyan = 0.47, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 9 45 -
CMYK 0.47 0.8 0 0.82
HSL 265º 0.67% 0.11% -
HSV(B) 265º 0.8% 0.18% -
XYZ 0.95 0.58 2.54 -
YUV 17.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 24 9 45 0.47 0.8 0 0.82 265 0.67 0.11
Hex 18 9 2D 2F 50 0 52 109 43 B
Octal 30 11 55 57 120 0 122 411 103 13
Binary 11000 1001 101101 101111 1010000 0 1010010 100001001 1000011 1011

Color Harmonies of #18092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18092D

Black with #18092D

Text Example


Text Example

White with #18092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,9,45); }

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

background-color css

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

 a { background-color: rgb(24,9,45); }

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

border-color css

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

 span { border-color: rgb(24,9,45); }

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