Html Css Color HEX #1C0827 Blackcurrant

📋 copy color: '#1C0827'

red 28 ◦ green 8 ◦ blue 39

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

Shades of Blackcurrant #1C0827

Tints of Blackcurrant #1C0827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.67%

 BLUE value IS 39 (15.63% from 255) = 52%

R = 37.33%
G = 10.67%
B = 52%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1C0827 (or 0x1C0827) is known color: Blackcurrant. HEX triplet: 1C, 08 and 27. RGB value is (28,8,39). Sum of RGB (Red+Green+Blue) = 28+8+39=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C0827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0827 is #E3F7D8. Grayscale: #111111. Windows color (decimal): -14940121 or 2557980. OLE color: 2557980.

HSL color Cylindrical-coordinate representation of color #1C0827: hue angle of 278.71º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C0827 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 28 8 39 -
CMYK 0.28 0.79 0 0.85
HSL 278.71º 0.66% 0.09% -
HSV(B) 278.71º 0.79% 0.15% -
XYZ 0.93 0.57 1.98 -
YUV 17.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 28 8 39 0.28 0.79 0 0.85 278.71 0.66 0.09
Hex 1C 8 27 1C 4F 0 55 117 42 9
Octal 34 10 47 34 117 0 125 427 102 11
Binary 11100 1000 100111 11100 1001111 0 1010101 100010111 1000010 1001

Color Harmonies of #1C0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0827

Black with #1C0827

Text Example


Text Example

White with #1C0827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,8,39); }

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

background-color css

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

 a { background-color: rgb(28,8,39); }

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

border-color css

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

 span { border-color: rgb(28,8,39); }

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