Html Css Color HEX #1B0340 Blackcurrant

📋 copy color: '#1B0340'

red 27 ◦ green 3 ◦ blue 64

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

Shades of Blackcurrant #1B0340

Tints of Blackcurrant #1B0340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

 BLUE value IS 64 (25.39% from 255) = 68.09%

R = 28.72%
G = 3.19%
B = 68.09%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B0340 (or 0x1B0340) is known color: Blackcurrant. HEX triplet: 1B, 03 and 40. RGB value is (27,3,64). Sum of RGB (Red+Green+Blue) = 27+3+64=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B0340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0340 is #E4FCBF. Grayscale: #101010. Windows color (decimal): -15006912 or 4195099. OLE color: 4195099.

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

Color convert

RGB 27 3 64 -
CMYK 0.58 0.95 0 0.75
HSL 263.61º 0.91% 0.13% -
HSV(B) 263.61º 0.95% 0.25% -
XYZ 1.41 0.67 4.91 -
YUV 17.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 27 3 64 0.58 0.95 0 0.75 263.61 0.91 0.13
Hex 1B 3 40 3A 5F 0 4B 108 5B D
Octal 33 3 100 72 137 0 113 410 133 15
Binary 11011 11 1000000 111010 1011111 0 1001011 100001000 1011011 1101

Color Harmonies of #1B0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0340

Black with #1B0340

Text Example


Text Example

White with #1B0340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,3,64); }

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

background-color css

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

 a { background-color: rgb(27,3,64); }

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

border-color css

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

 span { border-color: rgb(27,3,64); }

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