Html Css Color HEX #1C003D Blackcurrant

📋 copy color: '#1C003D'

red 28 ◦ green 0 ◦ blue 61

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

Shades of Blackcurrant #1C003D

Tints of Blackcurrant #1C003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 68.54%

R = 31.46%
G = 0%
B = 68.54%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1C003D (or 0x1C003D) is known color: Blackcurrant. HEX triplet: 1C, 00 and 3D. RGB value is (28,0,61). Sum of RGB (Red+Green+Blue) = 28+0+61=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C003D is #E3FFC2. Grayscale: #0F0F0F. Windows color (decimal): -14942147 or 3997724. OLE color: 3997724.

HSL color Cylindrical-coordinate representation of color #1C003D: hue angle of 267.54º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C003D is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 28 0 61 -
CMYK 0.54 1 0 0.76
HSL 267.54º 1% 0.12% -
HSV(B) 267.54º 1% 0.24% -
XYZ 1.32 0.58 4.46 -
YUV 15.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 28 0 61 0.54 1 0 0.76 267.54 1 0.12
Hex 1C 0 3D 36 64 0 4C 10C 64 C
Octal 34 0 75 66 144 0 114 414 144 14
Binary 11100 0 111101 110110 1100100 0 1001100 100001100 1100100 1100

Color Harmonies of #1C003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C003D

Black with #1C003D

Text Example


Text Example

White with #1C003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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