Html Css Color HEX #18082A Blackcurrant

📋 copy color: '#18082A'

red 24 ◦ green 8 ◦ blue 42

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

Shades of Blackcurrant #18082A

Tints of Blackcurrant #18082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.81%

 BLUE value IS 42 (16.8% from 255) = 56.76%

R = 32.43%
G = 10.81%
B = 56.76%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#18082A (or 0x18082A) is known color: Blackcurrant. HEX triplet: 18, 08 and 2A. RGB value is (24,8,42). Sum of RGB (Red+Green+Blue) = 24+8+42=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #18082A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18082A is #E7F7D5. Grayscale: #101010. Windows color (decimal): -15202262 or 2754584. OLE color: 2754584.

HSL color Cylindrical-coordinate representation of color #18082A: hue angle of 268.24º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18082A is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 8 42 -
CMYK 0.43 0.81 0 0.84
HSL 268.24º 0.68% 0.1% -
HSV(B) 268.24º 0.81% 0.16% -
XYZ 0.88 0.54 2.25 -
YUV 16.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 24 8 42 0.43 0.81 0 0.84 268.24 0.68 0.1
Hex 18 8 2A 2B 51 0 54 10C 44 A
Octal 30 10 52 53 121 0 124 414 104 12
Binary 11000 1000 101010 101011 1010001 0 1010100 100001100 1000100 1010

Color Harmonies of #18082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18082A

Black with #18082A

Text Example


Text Example

White with #18082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18082A; }

 p { color: rgb(24,8,42); }

 H1.HeaderClassName
 {
   color: #18082A;
 }
 .AnyTagClassName
 {
   color: #18082A;
 }
</style>

background-color css

<style>
 a { background-color: #18082A; }

 a { background-color: rgb(24,8,42); }

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

border-color css

<style>
 span { border-color: #18082A; }

 span { border-color: rgb(24,8,42); }

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