Html Css Color HEX #1C0023 Blackcurrant

📋 copy color: '#1C0023'

red 28 ◦ green 0 ◦ blue 35

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

Shades of Blackcurrant #1C0023

Tints of Blackcurrant #1C0023

RGB

 RED value IS 28 (11.33% from 255) = 44.44%

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

 BLUE value IS 35 (14.06% from 255) = 55.56%

R = 44.44%
G = 0%
B = 55.56%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1C0023 (or 0x1C0023) is known color: Blackcurrant. HEX triplet: 1C, 00 and 23. RGB value is (28,0,35). Sum of RGB (Red+Green+Blue) = 28+0+35=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C0023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0023 is #E3FFDC. Grayscale: #0C0C0C. Windows color (decimal): -14942173 or 2293788. OLE color: 2293788.

HSL color Cylindrical-coordinate representation of color #1C0023: hue angle of 288º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0023 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 28 0 35 -
CMYK 0.20 1 0 0.86
HSL 288º 1% 0.07% -
HSV(B) 288º 1% 0.14% -
XYZ 0.78 0.37 1.62 -
YUV 12.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 28 0 35 0.20 1 0 0.86 288 1 0.07
Hex 1C 0 23 14 64 0 56 120 64 7
Octal 34 0 43 24 144 0 126 440 144 7
Binary 11100 0 100011 10100 1100100 0 1010110 100100000 1100100 111

Color Harmonies of #1C0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0023

Black with #1C0023

Text Example


Text Example

White with #1C0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C0023; }

 p { color: rgb(28,0,35); }

 H1.HeaderClassName
 {
   color: #1C0023;
 }
 .AnyTagClassName
 {
   color: #1C0023;
 }
</style>

background-color css

<style>
 a { background-color: #1C0023; }

 a { background-color: rgb(28,0,35); }

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

border-color css

<style>
 span { border-color: #1C0023; }

 span { border-color: rgb(28,0,35); }

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