Html Css Color HEX #1C132B Blackcurrant

📋 copy color: '#1C132B'

red 28 ◦ green 19 ◦ blue 43

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

Shades of Blackcurrant #1C132B

Tints of Blackcurrant #1C132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.11%

 BLUE value IS 43 (17.19% from 255) = 47.78%

R = 31.11%
G = 21.11%
B = 47.78%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1C132B (or 0x1C132B) is known color: Blackcurrant. HEX triplet: 1C, 13 and 2B. RGB value is (28,19,43). Sum of RGB (Red+Green+Blue) = 28+19+43=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #1C132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C132B is #E3ECD4. Grayscale: #181818. Windows color (decimal): -14937301 or 2822940. OLE color: 2822940.

HSL color Cylindrical-coordinate representation of color #1C132B: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C132B is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 28 19 43 -
CMYK 0.35 0.56 0 0.83
HSL 262.5º 0.39% 0.12% -
HSV(B) 262.5º 0.56% 0.17% -
XYZ 1.15 0.89 2.4 -
YUV 24.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 28 19 43 0.35 0.56 0 0.83 262.5 0.39 0.12
Hex 1C 13 2B 23 38 0 53 106 27 C
Octal 34 23 53 43 70 0 123 406 47 14
Binary 11100 10011 101011 100011 111000 0 1010011 100000110 100111 1100

Color Harmonies of #1C132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C132B

Black with #1C132B

Text Example


Text Example

White with #1C132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,19,43); }

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

background-color css

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

 a { background-color: rgb(28,19,43); }

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

border-color css

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

 span { border-color: rgb(28,19,43); }

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