Html Css Color HEX #1C002D Blackcurrant

📋 copy color: '#1C002D'

red 28 ◦ green 0 ◦ blue 45

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

Shades of Blackcurrant #1C002D

Tints of Blackcurrant #1C002D

RGB

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

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

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

R = 38.36%
G = 0%
B = 61.64%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1C002D (or 0x1C002D) is known color: Blackcurrant. HEX triplet: 1C, 00 and 2D. RGB value is (28,0,45). Sum of RGB (Red+Green+Blue) = 28+0+45=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #1C002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C002D is #E3FFD2. Grayscale: #0D0D0D. Windows color (decimal): -14942163 or 2949148. OLE color: 2949148.

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

Color convert

RGB 28 0 45 -
CMYK 0.38 1 0 0.82
HSL 277.33º 1% 0.09% -
HSV(B) 277.33º 1% 0.18% -
XYZ 0.95 0.44 2.52 -
YUV 13.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 28 0 45 0.38 1 0 0.82 277.33 1 0.09
Hex 1C 0 2D 26 64 0 52 115 64 9
Octal 34 0 55 46 144 0 122 425 144 11
Binary 11100 0 101101 100110 1100100 0 1010010 100010101 1100100 1001

Color Harmonies of #1C002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C002D

Black with #1C002D

Text Example


Text Example

White with #1C002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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