Html Css Color HEX #1B013C Blackcurrant

📋 copy color: '#1B013C'

red 27 ◦ green 1 ◦ blue 60

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

Shades of Blackcurrant #1B013C

Tints of Blackcurrant #1B013C

RGB

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

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

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

R = 30.68%
G = 1.14%
B = 68.18%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1B013C (or 0x1B013C) is known color: Blackcurrant. HEX triplet: 1B, 01 and 3C. RGB value is (27,1,60). Sum of RGB (Red+Green+Blue) = 27+1+60=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 60 (23.83% from 255 or 68.18% from 88); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B013C is #E4FEC3. Grayscale: #0F0F0F. Windows color (decimal): -15007428 or 3932443. OLE color: 3932443.

HSL color Cylindrical-coordinate representation of color #1B013C: hue angle of 266.44º 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 #1B013C is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 27 1 60 -
CMYK 0.55 0.98 0 0.76
HSL 266.44º 0.97% 0.12% -
HSV(B) 266.44º 0.98% 0.24% -
XYZ 1.28 0.58 4.32 -
YUV 15.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 27 1 60 0.55 0.98 0 0.76 266.44 0.97 0.12
Hex 1B 1 3C 37 62 0 4C 10A 61 C
Octal 33 1 74 67 142 0 114 412 141 14
Binary 11011 1 111100 110111 1100010 0 1001100 100001010 1100001 1100

Color Harmonies of #1B013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B013C

Black with #1B013C

Text Example


Text Example

White with #1B013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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