Html Css Color HEX #18052C Blackcurrant

📋 copy color: '#18052C'

red 24 ◦ green 5 ◦ blue 44

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

Shades of Blackcurrant #18052C

Tints of Blackcurrant #18052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.85%

 BLUE value IS 44 (17.58% from 255) = 60.27%

R = 32.88%
G = 6.85%
B = 60.27%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#18052C (or 0x18052C) is known color: Blackcurrant. HEX triplet: 18, 05 and 2C. RGB value is (24,5,44). Sum of RGB (Red+Green+Blue) = 24+5+44=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 44 (17.58% from 255 or 60.27% from 73); Max value from RGB is 44 - color contains mainly: blue. Hex color #18052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18052C is #E7FAD3. Grayscale: #0E0E0E. Windows color (decimal): -15203028 or 2884888. OLE color: 2884888.

HSL color Cylindrical-coordinate representation of color #18052C: hue angle of 269.23º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18052C is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 24 5 44 -
CMYK 0.45 0.89 0 0.83
HSL 269.23º 0.8% 0.1% -
HSV(B) 269.23º 0.89% 0.17% -
XYZ 0.89 0.48 2.43 -
YUV 15.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 24 5 44 0.45 0.89 0 0.83 269.23 0.8 0.1
Hex 18 5 2C 2D 59 0 53 10D 50 A
Octal 30 5 54 55 131 0 123 415 120 12
Binary 11000 101 101100 101101 1011001 0 1010011 100001101 1010000 1010

Color Harmonies of #18052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18052C

Black with #18052C

Text Example


Text Example

White with #18052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,5,44); }

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

background-color css

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

 a { background-color: rgb(24,5,44); }

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

border-color css

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

 span { border-color: rgb(24,5,44); }

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