Html Css Color HEX #1B141D Blackcurrant

📋 copy color: '#1B141D'

red 27 ◦ green 20 ◦ blue 29

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

Shades of Blackcurrant #1B141D

Tints of Blackcurrant #1B141D

RGB

 RED value IS 27 (10.94% from 255) = 35.53%

 GREEN value IS 20 (8.2% from 255) = 26.32%

 BLUE value IS 29 (11.72% from 255) = 38.16%

R = 35.53%
G = 26.32%
B = 38.16%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B141D (or 0x1B141D) is known color: Blackcurrant. HEX triplet: 1B, 14 and 1D. RGB value is (27,20,29). Sum of RGB (Red+Green+Blue) = 27+20+29=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B141D is #E4EBE2. Grayscale: #171717. Windows color (decimal): -15002595 or 1905691. OLE color: 1905691.

HSL color Cylindrical-coordinate representation of color #1B141D: hue angle of 286.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1B141D is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 20 29 -
CMYK 0.07 0.31 0 0.89
HSL 286.67º 0.18% 0.1% -
HSV(B) 286.67º 0.31% 0.11% -
XYZ 0.92 0.82 1.27 -
YUV 23.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 27 20 29 0.07 0.31 0 0.89 286.67 0.18 0.1
Hex 1B 14 1D 7 1F 0 59 11F 12 A
Octal 33 24 35 7 37 0 131 437 22 12
Binary 11011 10100 11101 111 11111 0 1011001 100011111 10010 1010

Color Harmonies of #1B141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B141D

Black with #1B141D

Text Example


Text Example

White with #1B141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,20,29); }

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

background-color css

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

 a { background-color: rgb(27,20,29); }

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

border-color css

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

 span { border-color: rgb(27,20,29); }

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