Html Css Color HEX #1B1028 Blackcurrant

📋 copy color: '#1B1028'

red 27 ◦ green 16 ◦ blue 40

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

Shades of Blackcurrant #1B1028

Tints of Blackcurrant #1B1028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 48.19%

R = 32.53%
G = 19.28%
B = 48.19%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1B1028 (or 0x1B1028) is known color: Blackcurrant. HEX triplet: 1B, 10 and 28. RGB value is (27,16,40). Sum of RGB (Red+Green+Blue) = 27+16+40=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B1028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1028 is #E4EFD7. Grayscale: #151515. Windows color (decimal): -15003608 or 2625563. OLE color: 2625563.

HSL color Cylindrical-coordinate representation of color #1B1028: hue angle of 267.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B1028 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 27 16 40 -
CMYK 0.33 0.60 0 0.84
HSL 267.5º 0.43% 0.11% -
HSV(B) 267.5º 0.6% 0.16% -
XYZ 1.02 0.76 2.1 -
YUV 22.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 27 16 40 0.33 0.60 0 0.84 267.5 0.43 0.11
Hex 1B 10 28 21 3C 0 54 10C 2B B
Octal 33 20 50 41 74 0 124 414 53 13
Binary 11011 10000 101000 100001 111100 0 1010100 100001100 101011 1011

Color Harmonies of #1B1028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1028

Black with #1B1028

Text Example


Text Example

White with #1B1028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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