Html Css Color HEX #1B042C Blackcurrant

📋 copy color: '#1B042C'

red 27 ◦ green 4 ◦ blue 44

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

Shades of Blackcurrant #1B042C

Tints of Blackcurrant #1B042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.33%

 BLUE value IS 44 (17.58% from 255) = 58.67%

R = 36%
G = 5.33%
B = 58.67%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1B042C (or 0x1B042C) is known color: Blackcurrant. HEX triplet: 1B, 04 and 2C. RGB value is (27,4,44). Sum of RGB (Red+Green+Blue) = 27+4+44=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B042C is #E4FBD3. Grayscale: #0F0F0F. Windows color (decimal): -15006676 or 2884635. OLE color: 2884635.

HSL color Cylindrical-coordinate representation of color #1B042C: hue angle of 274.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B042C is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 27 4 44 -
CMYK 0.39 0.91 0 0.83
HSL 274.5º 0.83% 0.09% -
HSV(B) 274.5º 0.91% 0.17% -
XYZ 0.95 0.5 2.43 -
YUV 15.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 27 4 44 0.39 0.91 0 0.83 274.5 0.83 0.09
Hex 1B 4 2C 27 5B 0 53 112 53 9
Octal 33 4 54 47 133 0 123 422 123 11
Binary 11011 100 101100 100111 1011011 0 1010011 100010010 1010011 1001

Color Harmonies of #1B042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B042C

Black with #1B042C

Text Example


Text Example

White with #1B042C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,4,44); }

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

background-color css

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

 a { background-color: rgb(27,4,44); }

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

border-color css

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

 span { border-color: rgb(27,4,44); }

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