Html Css Color HEX #1B1026 Blackcurrant

📋 copy color: '#1B1026'

red 27 ◦ green 16 ◦ blue 38

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

Shades of Blackcurrant #1B1026

Tints of Blackcurrant #1B1026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.75%

 BLUE value IS 38 (15.23% from 255) = 46.91%

R = 33.33%
G = 19.75%
B = 46.91%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1B1026 (or 0x1B1026) is known color: Blackcurrant. HEX triplet: 1B, 10 and 26. RGB value is (27,16,38). Sum of RGB (Red+Green+Blue) = 27+16+38=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #1B1026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1026 is #E4EFD9. Grayscale: #151515. Windows color (decimal): -15003610 or 2494491. OLE color: 2494491.

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

Color convert

RGB 27 16 38 -
CMYK 0.29 0.58 0 0.85
HSL 270º 0.41% 0.11% -
HSV(B) 270º 0.58% 0.15% -
XYZ 0.99 0.74 1.93 -
YUV 21.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 27 16 38 0.29 0.58 0 0.85 270 0.41 0.11
Hex 1B 10 26 1D 3A 0 55 10E 29 B
Octal 33 20 46 35 72 0 125 416 51 13
Binary 11011 10000 100110 11101 111010 0 1010101 100001110 101001 1011

Color Harmonies of #1B1026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1026

Black with #1B1026

Text Example


Text Example

White with #1B1026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,16,38); }

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

background-color css

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

 a { background-color: rgb(27,16,38); }

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

border-color css

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

 span { border-color: rgb(27,16,38); }

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