Html Css Color HEX #1B122B Blackcurrant

📋 copy color: '#1B122B'

red 27 ◦ green 18 ◦ blue 43

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

Shades of Blackcurrant #1B122B

Tints of Blackcurrant #1B122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

 BLUE value IS 43 (17.19% from 255) = 48.86%

R = 30.68%
G = 20.45%
B = 48.86%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1B122B (or 0x1B122B) is known color: Blackcurrant. HEX triplet: 1B, 12 and 2B. RGB value is (27,18,43). Sum of RGB (Red+Green+Blue) = 27+18+43=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #1B122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B122B is #E4EDD4. Grayscale: #171717. Windows color (decimal): -15003093 or 2822683. OLE color: 2822683.

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

Color convert

RGB 27 18 43 -
CMYK 0.37 0.58 0 0.83
HSL 261.6º 0.41% 0.12% -
HSV(B) 261.6º 0.58% 0.17% -
XYZ 1.1 0.84 2.39 -
YUV 23.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 27 18 43 0.37 0.58 0 0.83 261.6 0.41 0.12
Hex 1B 12 2B 25 3A 0 53 106 29 C
Octal 33 22 53 45 72 0 123 406 51 14
Binary 11011 10010 101011 100101 111010 0 1010011 100000110 101001 1100

Color Harmonies of #1B122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B122B

Black with #1B122B

Text Example


Text Example

White with #1B122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,18,43); }

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

background-color css

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

 a { background-color: rgb(27,18,43); }

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

border-color css

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

 span { border-color: rgb(27,18,43); }

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