Html Css Color HEX #1C0F23 Blackcurrant

📋 copy color: '#1C0F23'

red 28 ◦ green 15 ◦ blue 35

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

Shades of Blackcurrant #1C0F23

Tints of Blackcurrant #1C0F23

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.23%

 BLUE value IS 35 (14.06% from 255) = 44.87%

R = 35.9%
G = 19.23%
B = 44.87%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1C0F23 (or 0x1C0F23) is known color: Blackcurrant. HEX triplet: 1C, 0F and 23. RGB value is (28,15,35). Sum of RGB (Red+Green+Blue) = 28+15+35=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 35 (14.06% from 255 or 44.87% from 78); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C0F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0F23 is #E3F0DC. Grayscale: #151515. Windows color (decimal): -14938333 or 2297628. OLE color: 2297628.

HSL color Cylindrical-coordinate representation of color #1C0F23: hue angle of 279º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C0F23 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 28 15 35 -
CMYK 0.20 0.57 0 0.86
HSL 279º 0.4% 0.1% -
HSV(B) 279º 0.57% 0.14% -
XYZ 0.95 0.71 1.68 -
YUV 21.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 28 15 35 0.20 0.57 0 0.86 279 0.4 0.1
Hex 1C F 23 14 39 0 56 117 28 A
Octal 34 17 43 24 71 0 126 427 50 12
Binary 11100 1111 100011 10100 111001 0 1010110 100010111 101000 1010

Color Harmonies of #1C0F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0F23

Black with #1C0F23

Text Example


Text Example

White with #1C0F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,15,35); }

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

background-color css

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

 a { background-color: rgb(28,15,35); }

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

border-color css

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

 span { border-color: rgb(28,15,35); }

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