Html Css Color HEX #26172A Blackcurrant

📋 copy color: '#26172A'

red 38 ◦ green 23 ◦ blue 42

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

Shades of Blackcurrant #26172A

Tints of Blackcurrant #26172A

RGB

 RED value IS 38 (15.23% from 255) = 36.89%

 GREEN value IS 23 (9.38% from 255) = 22.33%

 BLUE value IS 42 (16.8% from 255) = 40.78%

R = 36.89%
G = 22.33%
B = 40.78%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#26172A (or 0x26172A) is known color: Blackcurrant. HEX triplet: 26, 17 and 2A. RGB value is (38,23,42). Sum of RGB (Red+Green+Blue) = 38+23+42=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 42 - color contains mainly: blue. Hex color #26172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26172A is #D9E8D5. Grayscale: #1D1D1D. Windows color (decimal): -14280918 or 2758438. OLE color: 2758438.

HSL color Cylindrical-coordinate representation of color #26172A: hue angle of 287.37º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #26172A is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 38 23 42 -
CMYK 0.10 0.45 0 0.84
HSL 287.37º 0.29% 0.13% -
HSV(B) 287.37º 0.45% 0.16% -
XYZ 1.52 1.19 2.34 -
YUV 29.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 38 23 42 0.10 0.45 0 0.84 287.37 0.29 0.13
Hex 26 17 2A A 2D 0 54 11F 1D D
Octal 46 27 52 12 55 0 124 437 35 15
Binary 100110 10111 101010 1010 101101 0 1010100 100011111 11101 1101

Color Harmonies of #26172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26172A

Black with #26172A

Text Example


Text Example

White with #26172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26172A; }

 p { color: rgb(38,23,42); }

 H1.HeaderClassName
 {
   color: #26172A;
 }
 .AnyTagClassName
 {
   color: #26172A;
 }
</style>

background-color css

<style>
 a { background-color: #26172A; }

 a { background-color: rgb(38,23,42); }

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

border-color css

<style>
 span { border-color: #26172A; }

 span { border-color: rgb(38,23,42); }

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