Html Css Color HEX #1B1226 Blackcurrant

📋 copy color: '#1B1226'

red 27 ◦ green 18 ◦ blue 38

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

Shades of Blackcurrant #1B1226

Tints of Blackcurrant #1B1226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 45.78%

R = 32.53%
G = 21.69%
B = 45.78%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1B1226 (or 0x1B1226) is known color: Blackcurrant. HEX triplet: 1B, 12 and 26. RGB value is (27,18,38). Sum of RGB (Red+Green+Blue) = 27+18+38=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #1B1226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1226 is #E4EDD9. Grayscale: #161616. Windows color (decimal): -15003098 or 2495003. OLE color: 2495003.

HSL color Cylindrical-coordinate representation of color #1B1226: hue angle of 267º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B1226 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 27 18 38 -
CMYK 0.29 0.53 0 0.85
HSL 267º 0.36% 0.11% -
HSV(B) 267º 0.53% 0.15% -
XYZ 1.02 0.81 1.94 -
YUV 22.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 27 18 38 0.29 0.53 0 0.85 267 0.36 0.11
Hex 1B 12 26 1D 35 0 55 10B 24 B
Octal 33 22 46 35 65 0 125 413 44 13
Binary 11011 10010 100110 11101 110101 0 1010101 100001011 100100 1011

Color Harmonies of #1B1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1226

Black with #1B1226

Text Example


Text Example

White with #1B1226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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