Html Css Color HEX #18032B Blackcurrant

📋 copy color: '#18032B'

red 24 ◦ green 3 ◦ blue 43

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

Shades of Blackcurrant #18032B

Tints of Blackcurrant #18032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.29%

 BLUE value IS 43 (17.19% from 255) = 61.43%

R = 34.29%
G = 4.29%
B = 61.43%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#18032B (or 0x18032B) is known color: Blackcurrant. HEX triplet: 18, 03 and 2B. RGB value is (24,3,43). Sum of RGB (Red+Green+Blue) = 24+3+43=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #18032B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18032B is #E7FCD4. Grayscale: #0D0D0D. Windows color (decimal): -15203541 or 2818840. OLE color: 2818840.

HSL color Cylindrical-coordinate representation of color #18032B: hue angle of 271.5º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18032B is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 24 3 43 -
CMYK 0.44 0.93 0 0.83
HSL 271.5º 0.87% 0.09% -
HSV(B) 271.5º 0.93% 0.17% -
XYZ 0.85 0.43 2.32 -
YUV 13.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 24 3 43 0.44 0.93 0 0.83 271.5 0.87 0.09
Hex 18 3 2B 2C 5D 0 53 110 57 9
Octal 30 3 53 54 135 0 123 420 127 11
Binary 11000 11 101011 101100 1011101 0 1010011 100010000 1010111 1001

Color Harmonies of #18032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18032B

Black with #18032B

Text Example


Text Example

White with #18032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18032B; }

 p { color: rgb(24,3,43); }

 H1.HeaderClassName
 {
   color: #18032B;
 }
 .AnyTagClassName
 {
   color: #18032B;
 }
</style>

background-color css

<style>
 a { background-color: #18032B; }

 a { background-color: rgb(24,3,43); }

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

border-color css

<style>
 span { border-color: #18032B; }

 span { border-color: rgb(24,3,43); }

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