Html Css Color HEX #1B131E Blackcurrant

📋 copy color: '#1B131E'

red 27 ◦ green 19 ◦ blue 30

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

Shades of Blackcurrant #1B131E

Tints of Blackcurrant #1B131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 39.47%

R = 35.53%
G = 25%
B = 39.47%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B131E (or 0x1B131E) is known color: Blackcurrant. HEX triplet: 1B, 13 and 1E. RGB value is (27,19,30). Sum of RGB (Red+Green+Blue) = 27+19+30=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B131E is #E4ECE1. Grayscale: #161616. Windows color (decimal): -15002850 or 1970971. OLE color: 1970971.

HSL color Cylindrical-coordinate representation of color #1B131E: hue angle of 283.64º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B131E is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 19 30 -
CMYK 0.10 0.37 0 0.88
HSL 283.64º 0.22% 0.1% -
HSV(B) 283.64º 0.37% 0.12% -
XYZ 0.92 0.79 1.33 -
YUV 22.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 27 19 30 0.10 0.37 0 0.88 283.64 0.22 0.1
Hex 1B 13 1E A 25 0 58 11C 16 A
Octal 33 23 36 12 45 0 130 434 26 12
Binary 11011 10011 11110 1010 100101 0 1011000 100011100 10110 1010

Color Harmonies of #1B131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B131E

Black with #1B131E

Text Example


Text Example

White with #1B131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,19,30); }

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

background-color css

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

 a { background-color: rgb(27,19,30); }

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

border-color css

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

 span { border-color: rgb(27,19,30); }

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