Html Css Color HEX #18013F Blackcurrant

📋 copy color: '#18013F'

red 24 ◦ green 1 ◦ blue 63

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

Shades of Blackcurrant #18013F

Tints of Blackcurrant #18013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

 BLUE value IS 63 (25% from 255) = 71.59%

R = 27.27%
G = 1.14%
B = 71.59%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18013F (or 0x18013F) is known color: Blackcurrant. HEX triplet: 18, 01 and 3F. RGB value is (24,1,63). Sum of RGB (Red+Green+Blue) = 24+1+63=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 63 (25% from 255 or 71.59% from 88); Max value from RGB is 63 - color contains mainly: blue. Hex color #18013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18013F is #E7FEC0. Grayscale: #0E0E0E. Windows color (decimal): -15204033 or 4129048. OLE color: 4129048.

HSL color Cylindrical-coordinate representation of color #18013F: hue angle of 262.26º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18013F is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 1 63 -
CMYK 0.62 0.98 0 0.75
HSL 262.26º 0.97% 0.13% -
HSV(B) 262.26º 0.98% 0.25% -
XYZ 1.28 0.57 4.75 -
YUV 14.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 24 1 63 0.62 0.98 0 0.75 262.26 0.97 0.13
Hex 18 1 3F 3E 62 0 4B 106 61 D
Octal 30 1 77 76 142 0 113 406 141 15
Binary 11000 1 111111 111110 1100010 0 1001011 100000110 1100001 1101

Color Harmonies of #18013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18013F

Black with #18013F

Text Example


Text Example

White with #18013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18013F; }

 p { color: rgb(24,1,63); }

 H1.HeaderClassName
 {
   color: #18013F;
 }
 .AnyTagClassName
 {
   color: #18013F;
 }
</style>

background-color css

<style>
 a { background-color: #18013F; }

 a { background-color: rgb(24,1,63); }

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

border-color css

<style>
 span { border-color: #18013F; }

 span { border-color: rgb(24,1,63); }

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