#1B0F23

Color #1B0F23 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #1B0F23

Tints of Blackcurrant #1B0F23

Color information

#1B0F23 (or 0x1B0F23) is unknown color: approx Blackcurrant. HEX triplet: 1B, 0F and 23. RGB value is (27,15,35). Sum of RGB (Red+Green+Blue) = 27+15+35=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 35 - color contains mainly: blue. Hex color #1B0F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0F23 is #E4F0DC. Grayscale: #141414. Windows color (decimal): -15003869 or 2297627. OLE color: 2297627.

HSL color Cylindrical-coordinate representation of color #1B0F23: hue angle of 276º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B0F23 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB271535-
CMYK0.230.5700.86
HSL276º40%9.8%-
HSV(B)276º57.14%13.73%-
XYZ0.930.71.68-
YUV20.87135.98132.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 35 (14.06% from 255) = 45.45%
R=35.06%
G=19.48%
B=45.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2715350.230.5700.86276409.8
Hex1BF23173905611428a
Octal331743277101264245012
Binary11011111110001110111111001010101101000101001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,15,35); }

 H1.HeaderClassName
 {
   color: #1B0F23;
 }
 .AnyTagClassName
 {
   color: #1B0F23;
 }
</style>
background-color css

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

 a { background-color: rgb(27,15,35); }

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

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

 span { border-color: rgb(27,15,35); }

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