Html Css Color HEX #1B1327 Blackcurrant

📋 copy color: '#1B1327'

red 27 ◦ green 19 ◦ blue 39

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

Shades of Blackcurrant #1B1327

Tints of Blackcurrant #1B1327

RGB

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

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

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

R = 31.76%
G = 22.35%
B = 45.88%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1B1327 (or 0x1B1327) is known color: Blackcurrant. HEX triplet: 1B, 13 and 27. RGB value is (27,19,39). Sum of RGB (Red+Green+Blue) = 27+19+39=85 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.76% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 39 (15.62% from 255 or 45.88% from 85); Max value from RGB is 39 - color contains mainly: blue. Hex color #1B1327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1327 is #E4ECD8. Grayscale: #171717. Windows color (decimal): -15002841 or 2560795. OLE color: 2560795.

HSL color Cylindrical-coordinate representation of color #1B1327: hue angle of 264º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1B1327 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 27 19 39 -
CMYK 0.31 0.51 0 0.85
HSL 264º 0.34% 0.11% -
HSV(B) 264º 0.51% 0.15% -
XYZ 1.05 0.85 2.03 -
YUV 23.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 27 19 39 0.31 0.51 0 0.85 264 0.34 0.11
Hex 1B 13 27 1F 33 0 55 108 22 B
Octal 33 23 47 37 63 0 125 410 42 13
Binary 11011 10011 100111 11111 110011 0 1010101 100001000 100010 1011

Color Harmonies of #1B1327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1327

Black with #1B1327

Text Example


Text Example

White with #1B1327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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