Html Css Color HEX #1B003E Blackcurrant

📋 copy color: '#1B003E'

red 27 ◦ green 0 ◦ blue 62

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

Shades of Blackcurrant #1B003E

Tints of Blackcurrant #1B003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.34%
G = 0%
B = 69.66%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1B003E (or 0x1B003E) is known color: Blackcurrant. HEX triplet: 1B, 00 and 3E. RGB value is (27,0,62). Sum of RGB (Red+Green+Blue) = 27+0+62=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 62 (24.61% from 255 or 69.66% from 89); Max value from RGB is 62 - color contains mainly: blue. Hex color #1B003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B003E is #E4FFC1. Grayscale: #0E0E0E. Windows color (decimal): -15007682 or 4063259. OLE color: 4063259.

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

Color convert

RGB 27 0 62 -
CMYK 0.56 1 0 0.76
HSL 266.13º 1% 0.12% -
HSV(B) 266.13º 1% 0.24% -
XYZ 1.32 0.58 4.6 -
YUV 15.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 27 0 62 0.56 1 0 0.76 266.13 1 0.12
Hex 1B 0 3E 38 64 0 4C 10A 64 C
Octal 33 0 76 70 144 0 114 412 144 14
Binary 11011 0 111110 111000 1100100 0 1001100 100001010 1100100 1100

Color Harmonies of #1B003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B003E

Black with #1B003E

Text Example


Text Example

White with #1B003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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