Html Css Color HEX #1C033F Blackcurrant

📋 copy color: '#1C033F'

red 28 ◦ green 3 ◦ blue 63

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

Shades of Blackcurrant #1C033F

Tints of Blackcurrant #1C033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 67.02%

R = 29.79%
G = 3.19%
B = 67.02%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1C033F (or 0x1C033F) is known color: Blackcurrant. HEX triplet: 1C, 03 and 3F. RGB value is (28,3,63). Sum of RGB (Red+Green+Blue) = 28+3+63=94 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.79% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C033F is #E3FCC0. Grayscale: #111111. Windows color (decimal): -14941377 or 4129564. OLE color: 4129564.

HSL color Cylindrical-coordinate representation of color #1C033F: hue angle of 265º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C033F is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 3 63 -
CMYK 0.56 0.95 0 0.75
HSL 265º 0.91% 0.13% -
HSV(B) 265º 0.95% 0.25% -
XYZ 1.41 0.67 4.76 -
YUV 17.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 28 3 63 0.56 0.95 0 0.75 265 0.91 0.13
Hex 1C 3 3F 38 5F 0 4B 109 5B D
Octal 34 3 77 70 137 0 113 411 133 15
Binary 11100 11 111111 111000 1011111 0 1001011 100001001 1011011 1101

Color Harmonies of #1C033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C033F

Black with #1C033F

Text Example


Text Example

White with #1C033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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