Html Css Color HEX #1C0323 Blackcurrant

📋 copy color: '#1C0323'

red 28 ◦ green 3 ◦ blue 35

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

Shades of Blackcurrant #1C0323

Tints of Blackcurrant #1C0323

RGB

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

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

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

R = 42.42%
G = 4.55%
B = 53.03%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1C0323 (or 0x1C0323) is known color: Blackcurrant. HEX triplet: 1C, 03 and 23. RGB value is (28,3,35). Sum of RGB (Red+Green+Blue) = 28+3+35=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 35 (14.06% from 255 or 53.03% from 66); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C0323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0323 is #E3FCDC. Grayscale: #0E0E0E. Windows color (decimal): -14941405 or 2294556. OLE color: 2294556.

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

Color convert

RGB 28 3 35 -
CMYK 0.20 0.91 0 0.86
HSL 286.88º 0.84% 0.07% -
HSV(B) 286.88º 0.91% 0.14% -
XYZ 0.81 0.43 1.63 -
YUV 14.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 28 3 35 0.20 0.91 0 0.86 286.88 0.84 0.07
Hex 1C 3 23 14 5B 0 56 11F 54 7
Octal 34 3 43 24 133 0 126 437 124 7
Binary 11100 11 100011 10100 1011011 0 1010110 100011111 1010100 111

Color Harmonies of #1C0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0323

Black with #1C0323

Text Example


Text Example

White with #1C0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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