Html Css Color HEX #1B002E Blackcurrant

📋 copy color: '#1B002E'

red 27 ◦ green 0 ◦ blue 46

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

Shades of Blackcurrant #1B002E

Tints of Blackcurrant #1B002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 63.01%

R = 36.99%
G = 0%
B = 63.01%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1B002E (or 0x1B002E) is known color: Blackcurrant. HEX triplet: 1B, 00 and 2E. RGB value is (27,0,46). Sum of RGB (Red+Green+Blue) = 27+0+46=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #1B002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B002E is #E4FFD1. Grayscale: #0D0D0D. Windows color (decimal): -15007698 or 3014683. OLE color: 3014683.

HSL color Cylindrical-coordinate representation of color #1B002E: hue angle of 275.22º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B002E is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 27 0 46 -
CMYK 0.41 1 0 0.82
HSL 275.22º 1% 0.09% -
HSV(B) 275.22º 1% 0.18% -
XYZ 0.95 0.43 2.62 -
YUV 13.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 27 0 46 0.41 1 0 0.82 275.22 1 0.09
Hex 1B 0 2E 29 64 0 52 113 64 9
Octal 33 0 56 51 144 0 122 423 144 11
Binary 11011 0 101110 101001 1100100 0 1010010 100010011 1100100 1001

Color Harmonies of #1B002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B002E

Black with #1B002E

Text Example


Text Example

White with #1B002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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