Html Css Color HEX #1B013E Blackcurrant

📋 copy color: '#1B013E'

red 27 ◦ green 1 ◦ blue 62

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

Shades of Blackcurrant #1B013E

Tints of Blackcurrant #1B013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.11%

 BLUE value IS 62 (24.61% from 255) = 68.89%

R = 30%
G = 1.11%
B = 68.89%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1B013E (or 0x1B013E) is known color: Blackcurrant. HEX triplet: 1B, 01 and 3E. RGB value is (27,1,62). Sum of RGB (Red+Green+Blue) = 27+1+62=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 62 (24.61% from 255 or 68.89% from 90); Max value from RGB is 62 - color contains mainly: blue. Hex color #1B013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B013E is #E4FEC1. Grayscale: #0F0F0F. Windows color (decimal): -15007426 or 4063515. OLE color: 4063515.

HSL color Cylindrical-coordinate representation of color #1B013E: hue angle of 265.57º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B013E is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 27 1 62 -
CMYK 0.56 0.98 0 0.76
HSL 265.57º 0.97% 0.12% -
HSV(B) 265.57º 0.98% 0.24% -
XYZ 1.33 0.6 4.6 -
YUV 15.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 27 1 62 0.56 0.98 0 0.76 265.57 0.97 0.12
Hex 1B 1 3E 38 62 0 4C 10A 61 C
Octal 33 1 76 70 142 0 114 412 141 14
Binary 11011 1 111110 111000 1100010 0 1001100 100001010 1100001 1100

Color Harmonies of #1B013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B013E

Black with #1B013E

Text Example


Text Example

White with #1B013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,1,62); }

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

background-color css

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

 a { background-color: rgb(27,1,62); }

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

border-color css

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

 span { border-color: rgb(27,1,62); }

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