Html Css Color HEX #261137 Blackcurrant

📋 copy color: '#261137'

red 38 ◦ green 17 ◦ blue 55

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

Shades of Blackcurrant #261137

Tints of Blackcurrant #261137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.45%

 BLUE value IS 55 (21.88% from 255) = 50%

R = 34.55%
G = 15.45%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#261137 (or 0x261137) is known color: Blackcurrant. HEX triplet: 26, 11 and 37. RGB value is (38,17,55). Sum of RGB (Red+Green+Blue) = 38+17+55=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #261137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261137 is #D9EEC8. Grayscale: #1B1B1B. Windows color (decimal): -14282441 or 3608870. OLE color: 3608870.

HSL color Cylindrical-coordinate representation of color #261137: hue angle of 273.16º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #261137 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 17 55 -
CMYK 0.31 0.69 0 0.78
HSL 273.16º 0.53% 0.14% -
HSV(B) 273.16º 0.69% 0.22% -
XYZ 1.69 1.09 3.74 -
YUV 27.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 38 17 55 0.31 0.69 0 0.78 273.16 0.53 0.14
Hex 26 11 37 1F 45 0 4E 111 35 E
Octal 46 21 67 37 105 0 116 421 65 16
Binary 100110 10001 110111 11111 1000101 0 1001110 100010001 110101 1110

Color Harmonies of #261137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261137

Black with #261137

Text Example


Text Example

White with #261137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261137; }

 p { color: rgb(38,17,55); }

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

background-color css

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

 a { background-color: rgb(38,17,55); }

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

border-color css

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

 span { border-color: rgb(38,17,55); }

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