Html Css Color HEX #18033A Blackcurrant

📋 copy color: '#18033A'

red 24 ◦ green 3 ◦ blue 58

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

Shades of Blackcurrant #18033A

Tints of Blackcurrant #18033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 68.24%

R = 28.24%
G = 3.53%
B = 68.24%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18033A (or 0x18033A) is known color: Blackcurrant. HEX triplet: 18, 03 and 3A. RGB value is (24,3,58). Sum of RGB (Red+Green+Blue) = 24+3+58=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #18033A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18033A is #E7FCC5. Grayscale: #0F0F0F. Windows color (decimal): -15203526 or 3801880. OLE color: 3801880.

HSL color Cylindrical-coordinate representation of color #18033A: hue angle of 262.91º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18033A is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 3 58 -
CMYK 0.59 0.95 0 0.77
HSL 262.91º 0.9% 0.12% -
HSV(B) 262.91º 0.95% 0.23% -
XYZ 1.17 0.56 4.05 -
YUV 15.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 24 3 58 0.59 0.95 0 0.77 262.91 0.9 0.12
Hex 18 3 3A 3B 5F 0 4D 107 5A C
Octal 30 3 72 73 137 0 115 407 132 14
Binary 11000 11 111010 111011 1011111 0 1001101 100000111 1011010 1100

Color Harmonies of #18033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18033A

Black with #18033A

Text Example


Text Example

White with #18033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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