Html Css Color HEX #1B002C Blackcurrant

📋 copy color: '#1B002C'

red 27 ◦ green 0 ◦ blue 44

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

Shades of Blackcurrant #1B002C

Tints of Blackcurrant #1B002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 61.97%

R = 38.03%
G = 0%
B = 61.97%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1B002C (or 0x1B002C) is known color: Blackcurrant. HEX triplet: 1B, 00 and 2C. RGB value is (27,0,44). Sum of RGB (Red+Green+Blue) = 27+0+44=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 44 (17.58% from 255 or 61.97% from 71); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B002C is #E4FFD3. Grayscale: #0C0C0C. Windows color (decimal): -15007700 or 2883611. OLE color: 2883611.

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

Color convert

RGB 27 0 44 -
CMYK 0.39 1 0 0.83
HSL 276.82º 1% 0.09% -
HSV(B) 276.82º 1% 0.17% -
XYZ 0.91 0.41 2.42 -
YUV 13.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 27 0 44 0.39 1 0 0.83 276.82 1 0.09
Hex 1B 0 2C 27 64 0 53 115 64 9
Octal 33 0 54 47 144 0 123 425 144 11
Binary 11011 0 101100 100111 1100100 0 1010011 100010101 1100100 1001

Color Harmonies of #1B002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B002C

Black with #1B002C

Text Example


Text Example

White with #1B002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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