Html Css Color HEX #1B043F Blackcurrant

📋 copy color: '#1B043F'

red 27 ◦ green 4 ◦ blue 63

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

Shades of Blackcurrant #1B043F

Tints of Blackcurrant #1B043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 67.02%

R = 28.72%
G = 4.26%
B = 67.02%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B043F (or 0x1B043F) is known color: Blackcurrant. HEX triplet: 1B, 04 and 3F. RGB value is (27,4,63). Sum of RGB (Red+Green+Blue) = 27+4+63=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #1B043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B043F is #E4FBC0. Grayscale: #111111. Windows color (decimal): -15006657 or 4129819. OLE color: 4129819.

HSL color Cylindrical-coordinate representation of color #1B043F: hue angle of 263.39º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B043F is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 4 63 -
CMYK 0.57 0.94 0 0.75
HSL 263.39º 0.88% 0.13% -
HSV(B) 263.39º 0.94% 0.25% -
XYZ 1.39 0.68 4.76 -
YUV 17.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 27 4 63 0.57 0.94 0 0.75 263.39 0.88 0.13
Hex 1B 4 3F 39 5E 0 4B 107 58 D
Octal 33 4 77 71 136 0 113 407 130 15
Binary 11011 100 111111 111001 1011110 0 1001011 100000111 1011000 1101

Color Harmonies of #1B043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B043F

Black with #1B043F

Text Example


Text Example

White with #1B043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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