Html Css Color HEX #26153A Blackcurrant

📋 copy color: '#26153A'

red 38 ◦ green 21 ◦ blue 58

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

Shades of Blackcurrant #26153A

Tints of Blackcurrant #26153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.95%

 BLUE value IS 58 (23.05% from 255) = 49.57%

R = 32.48%
G = 17.95%
B = 49.57%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#26153A (or 0x26153A) is known color: Blackcurrant. HEX triplet: 26, 15 and 3A. RGB value is (38,21,58). Sum of RGB (Red+Green+Blue) = 38+21+58=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #26153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26153A is #D9EAC5. Grayscale: #1E1E1E. Windows color (decimal): -14281414 or 3806502. OLE color: 3806502.

HSL color Cylindrical-coordinate representation of color #26153A: hue angle of 267.57º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26153A is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 38 21 58 -
CMYK 0.34 0.64 0 0.77
HSL 267.57º 0.47% 0.15% -
HSV(B) 267.57º 0.64% 0.23% -
XYZ 1.83 1.25 4.15 -
YUV 30.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 38 21 58 0.34 0.64 0 0.77 267.57 0.47 0.15
Hex 26 15 3A 22 40 0 4D 10C 2F F
Octal 46 25 72 42 100 0 115 414 57 17
Binary 100110 10101 111010 100010 1000000 0 1001101 100001100 101111 1111

Color Harmonies of #26153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26153A

Black with #26153A

Text Example


Text Example

White with #26153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,21,58); }

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

background-color css

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

 a { background-color: rgb(38,21,58); }

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

border-color css

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

 span { border-color: rgb(38,21,58); }

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