Html Css Color HEX #18033C Blackcurrant

📋 copy color: '#18033C'

red 24 ◦ green 3 ◦ blue 60

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

Shades of Blackcurrant #18033C

Tints of Blackcurrant #18033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 68.97%

R = 27.59%
G = 3.45%
B = 68.97%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18033C (or 0x18033C) is known color: Blackcurrant. HEX triplet: 18, 03 and 3C. RGB value is (24,3,60). Sum of RGB (Red+Green+Blue) = 24+3+60=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #18033C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18033C is #E7FCC3. Grayscale: #0F0F0F. Windows color (decimal): -15203524 or 3932952. OLE color: 3932952.

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

Color convert

RGB 24 3 60 -
CMYK 0.60 0.95 0 0.76
HSL 262.11º 0.9% 0.12% -
HSV(B) 262.11º 0.95% 0.24% -
XYZ 1.22 0.59 4.32 -
YUV 15.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 24 3 60 0.60 0.95 0 0.76 262.11 0.9 0.12
Hex 18 3 3C 3C 5F 0 4C 106 5A C
Octal 30 3 74 74 137 0 114 406 132 14
Binary 11000 11 111100 111100 1011111 0 1001100 100000110 1011010 1100

Color Harmonies of #18033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18033C

Black with #18033C

Text Example


Text Example

White with #18033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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