Html Css Color HEX #261336 Blackcurrant

📋 copy color: '#261336'

red 38 ◦ green 19 ◦ blue 54

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

Shades of Blackcurrant #261336

Tints of Blackcurrant #261336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.12%

 BLUE value IS 54 (21.48% from 255) = 48.65%

R = 34.23%
G = 17.12%
B = 48.65%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#261336 (or 0x261336) is known color: Blackcurrant. HEX triplet: 26, 13 and 36. RGB value is (38,19,54). Sum of RGB (Red+Green+Blue) = 38+19+54=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 54 (21.48% from 255 or 48.65% from 111); Max value from RGB is 54 - color contains mainly: blue. Hex color #261336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261336 is #D9ECC9. Grayscale: #1C1C1C. Windows color (decimal): -14281930 or 3543846. OLE color: 3543846.

HSL color Cylindrical-coordinate representation of color #261336: hue angle of 272.57º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #261336 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 19 54 -
CMYK 0.30 0.65 0 0.79
HSL 272.57º 0.48% 0.14% -
HSV(B) 272.57º 0.65% 0.21% -
XYZ 1.7 1.14 3.62 -
YUV 28.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 38 19 54 0.30 0.65 0 0.79 272.57 0.48 0.14
Hex 26 13 36 1E 41 0 4F 111 30 E
Octal 46 23 66 36 101 0 117 421 60 16
Binary 100110 10011 110110 11110 1000001 0 1001111 100010001 110000 1110

Color Harmonies of #261336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261336

Black with #261336

Text Example


Text Example

White with #261336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261336; }

 p { color: rgb(38,19,54); }

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

background-color css

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

 a { background-color: rgb(38,19,54); }

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

border-color css

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

 span { border-color: rgb(38,19,54); }

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