Html Css Color HEX #1C092D Blackcurrant

📋 copy color: '#1C092D'

red 28 ◦ green 9 ◦ blue 45

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

Shades of Blackcurrant #1C092D

Tints of Blackcurrant #1C092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.98%

 BLUE value IS 45 (17.97% from 255) = 54.88%

R = 34.15%
G = 10.98%
B = 54.88%

CMYK

 C value IS 0.38

 M value IS 0.8

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1C092D (or 0x1C092D) is known color: Blackcurrant. HEX triplet: 1C, 09 and 2D. RGB value is (28,9,45). Sum of RGB (Red+Green+Blue) = 28+9+45=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #1C092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C092D is #E3F6D2. Grayscale: #121212. Windows color (decimal): -14939859 or 2951452. OLE color: 2951452.

HSL color Cylindrical-coordinate representation of color #1C092D: hue angle of 271.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C092D is Cyan = 0.38, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 28 9 45 -
CMYK 0.38 0.8 0 0.82
HSL 271.67º 0.67% 0.11% -
HSV(B) 271.67º 0.8% 0.18% -
XYZ 1.05 0.63 2.55 -
YUV 18.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 28 9 45 0.38 0.8 0 0.82 271.67 0.67 0.11
Hex 1C 9 2D 26 50 0 52 110 43 B
Octal 34 11 55 46 120 0 122 420 103 13
Binary 11100 1001 101101 100110 1010000 0 1010010 100010000 1000011 1011

Color Harmonies of #1C092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C092D

Black with #1C092D

Text Example


Text Example

White with #1C092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,9,45); }

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

background-color css

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

 a { background-color: rgb(28,9,45); }

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

border-color css

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

 span { border-color: rgb(28,9,45); }

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