Html Css Color HEX #1C0C38 Blackcurrant

📋 copy color: '#1C0C38'

red 28 ◦ green 12 ◦ blue 56

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

Shades of Blackcurrant #1C0C38

Tints of Blackcurrant #1C0C38

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.5%

 BLUE value IS 56 (22.27% from 255) = 58.33%

R = 29.17%
G = 12.5%
B = 58.33%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1C0C38 (or 0x1C0C38) is known color: Blackcurrant. HEX triplet: 1C, 0C and 38. RGB value is (28,12,56). Sum of RGB (Red+Green+Blue) = 28+12+56=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #1C0C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0C38 is #E3F3C7. Grayscale: #151515. Windows color (decimal): -14939080 or 3673116. OLE color: 3673116.

HSL color Cylindrical-coordinate representation of color #1C0C38: hue angle of 261.82º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C0C38 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 28 12 56 -
CMYK 0.50 0.79 0 0.78
HSL 261.82º 0.65% 0.13% -
HSV(B) 261.82º 0.79% 0.22% -
XYZ 1.32 0.8 3.83 -
YUV 21.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 28 12 56 0.50 0.79 0 0.78 261.82 0.65 0.13
Hex 1C C 38 32 4F 0 4E 106 41 D
Octal 34 14 70 62 117 0 116 406 101 15
Binary 11100 1100 111000 110010 1001111 0 1001110 100000110 1000001 1101

Color Harmonies of #1C0C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0C38

Black with #1C0C38

Text Example


Text Example

White with #1C0C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,12,56); }

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

background-color css

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

 a { background-color: rgb(28,12,56); }

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

border-color css

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

 span { border-color: rgb(28,12,56); }

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