Html Css Color HEX #1B002F Blackcurrant

📋 copy color: '#1B002F'

red 27 ◦ green 0 ◦ blue 47

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

Shades of Blackcurrant #1B002F

Tints of Blackcurrant #1B002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 63.51%

R = 36.49%
G = 0%
B = 63.51%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1B002F (or 0x1B002F) is known color: Blackcurrant. HEX triplet: 1B, 00 and 2F. RGB value is (27,0,47). Sum of RGB (Red+Green+Blue) = 27+0+47=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #1B002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B002F is #E4FFD0. Grayscale: #0D0D0D. Windows color (decimal): -15007697 or 3080219. OLE color: 3080219.

HSL color Cylindrical-coordinate representation of color #1B002F: hue angle of 274.47º 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 #1B002F is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 27 0 47 -
CMYK 0.43 1 0 0.82
HSL 274.47º 1% 0.09% -
HSV(B) 274.47º 1% 0.18% -
XYZ 0.97 0.44 2.72 -
YUV 13.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 27 0 47 0.43 1 0 0.82 274.47 1 0.09
Hex 1B 0 2F 2B 64 0 52 112 64 9
Octal 33 0 57 53 144 0 122 422 144 11
Binary 11011 0 101111 101011 1100100 0 1010010 100010010 1100100 1001

Color Harmonies of #1B002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B002F

Black with #1B002F

Text Example


Text Example

White with #1B002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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