Html Css Color HEX #18001B Blackcurrant

📋 copy color: '#18001B'

red 24 ◦ green 0 ◦ blue 27

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

Shades of Blackcurrant #18001B

Tints of Blackcurrant #18001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 27 (10.94% from 255) = 52.94%

R = 47.06%
G = 0%
B = 52.94%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18001B (or 0x18001B) is known color: Blackcurrant. HEX triplet: 18, 00 and 1B. RGB value is (24,0,27). Sum of RGB (Red+Green+Blue) = 24+0+27=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #18001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18001B is #E7FFE4. Grayscale: #0A0A0A. Windows color (decimal): -15204325 or 1769496. OLE color: 1769496.

HSL color Cylindrical-coordinate representation of color #18001B: hue angle of 293.33º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18001B is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 0 27 -
CMYK 0.11 1 0 0.89
HSL 293.33º 1% 0.05% -
HSV(B) 293.33º 1% 0.11% -
XYZ 0.57 0.27 1.06 -
YUV 10.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 24 0 27 0.11 1 0 0.89 293.33 1 0.05
Hex 18 0 1B B 64 0 59 125 64 5
Octal 30 0 33 13 144 0 131 445 144 5
Binary 11000 0 11011 1011 1100100 0 1011001 100100101 1100100 101

Color Harmonies of #18001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18001B

Black with #18001B

Text Example


Text Example

White with #18001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,0,27); }

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

background-color css

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

 a { background-color: rgb(24,0,27); }

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

border-color css

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

 span { border-color: rgb(24,0,27); }

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