Html Css Color HEX #1B1029 Blackcurrant

📋 copy color: '#1B1029'

red 27 ◦ green 16 ◦ blue 41

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

Shades of Blackcurrant #1B1029

Tints of Blackcurrant #1B1029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 48.81%

R = 32.14%
G = 19.05%
B = 48.81%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1B1029 (or 0x1B1029) is known color: Blackcurrant. HEX triplet: 1B, 10 and 29. RGB value is (27,16,41). Sum of RGB (Red+Green+Blue) = 27+16+41=84 (11% of max value = 765). Red value is 27 (10.94% from 255 or 32.14% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #1B1029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1029 is #E4EFD6. Grayscale: #161616. Windows color (decimal): -15003607 or 2691099. OLE color: 2691099.

HSL color Cylindrical-coordinate representation of color #1B1029: hue angle of 266.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B1029 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 27 16 41 -
CMYK 0.34 0.61 0 0.84
HSL 266.4º 0.44% 0.11% -
HSV(B) 266.4º 0.61% 0.16% -
XYZ 1.04 0.76 2.19 -
YUV 22.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 27 16 41 0.34 0.61 0 0.84 266.4 0.44 0.11
Hex 1B 10 29 22 3D 0 54 10A 2C B
Octal 33 20 51 42 75 0 124 412 54 13
Binary 11011 10000 101001 100010 111101 0 1010100 100001010 101100 1011

Color Harmonies of #1B1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1029

Black with #1B1029

Text Example


Text Example

White with #1B1029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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