Html Css Color HEX #1B043C Blackcurrant

📋 copy color: '#1B043C'

red 27 ◦ green 4 ◦ blue 60

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

Shades of Blackcurrant #1B043C

Tints of Blackcurrant #1B043C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 65.93%

R = 29.67%
G = 4.4%
B = 65.93%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1B043C (or 0x1B043C) is known color: Blackcurrant. HEX triplet: 1B, 04 and 3C. RGB value is (27,4,60). Sum of RGB (Red+Green+Blue) = 27+4+60=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B043C is #E4FBC3. Grayscale: #111111. Windows color (decimal): -15006660 or 3933211. OLE color: 3933211.

HSL color Cylindrical-coordinate representation of color #1B043C: hue angle of 264.64º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B043C is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 27 4 60 -
CMYK 0.55 0.93 0 0.76
HSL 264.64º 0.88% 0.13% -
HSV(B) 264.64º 0.93% 0.24% -
XYZ 1.31 0.65 4.33 -
YUV 17.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 27 4 60 0.55 0.93 0 0.76 264.64 0.88 0.13
Hex 1B 4 3C 37 5D 0 4C 109 58 D
Octal 33 4 74 67 135 0 114 411 130 15
Binary 11011 100 111100 110111 1011101 0 1001100 100001001 1011000 1101

Color Harmonies of #1B043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B043C

Black with #1B043C

Text Example


Text Example

White with #1B043C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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