Html Css Color HEX #1C0129 Blackcurrant

📋 copy color: '#1C0129'

red 28 ◦ green 1 ◦ blue 41

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

Shades of Blackcurrant #1C0129

Tints of Blackcurrant #1C0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.43%

 BLUE value IS 41 (16.41% from 255) = 58.57%

R = 40%
G = 1.43%
B = 58.57%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1C0129 (or 0x1C0129) is known color: Blackcurrant. HEX triplet: 1C, 01 and 29. RGB value is (28,1,41). Sum of RGB (Red+Green+Blue) = 28+1+41=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C0129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0129 is #E3FED6. Grayscale: #0D0D0D. Windows color (decimal): -14941911 or 2687260. OLE color: 2687260.

HSL color Cylindrical-coordinate representation of color #1C0129: hue angle of 280.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C0129 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 28 1 41 -
CMYK 0.32 0.98 0 0.84
HSL 280.5º 0.95% 0.08% -
HSV(B) 280.5º 0.98% 0.16% -
XYZ 0.89 0.43 2.13 -
YUV 13.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 28 1 41 0.32 0.98 0 0.84 280.5 0.95 0.08
Hex 1C 1 29 20 62 0 54 118 5F 8
Octal 34 1 51 40 142 0 124 430 137 10
Binary 11100 1 101001 100000 1100010 0 1010100 100011000 1011111 1000

Color Harmonies of #1C0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0129

Black with #1C0129

Text Example


Text Example

White with #1C0129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,1,41); }

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

background-color css

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

 a { background-color: rgb(28,1,41); }

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

border-color css

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

 span { border-color: rgb(28,1,41); }

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