Html Css Color HEX #261141 Blackcurrant

📋 copy color: '#261141'

red 38 ◦ green 17 ◦ blue 65

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

Shades of Blackcurrant #261141

Tints of Blackcurrant #261141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 54.17%

R = 31.67%
G = 14.17%
B = 54.17%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#261141 (or 0x261141) is known color: Blackcurrant. HEX triplet: 26, 11 and 41. RGB value is (38,17,65). Sum of RGB (Red+Green+Blue) = 38+17+65=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #261141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261141 is #D9EEBE. Grayscale: #1C1C1C. Windows color (decimal): -14282431 or 4264230. OLE color: 4264230.

HSL color Cylindrical-coordinate representation of color #261141: hue angle of 266.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #261141 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 17 65 -
CMYK 0.42 0.74 0 0.75
HSL 266.25º 0.59% 0.16% -
HSV(B) 266.25º 0.74% 0.25% -
XYZ 1.95 1.19 5.13 -
YUV 28.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 38 17 65 0.42 0.74 0 0.75 266.25 0.59 0.16
Hex 26 11 41 2A 4A 0 4B 10A 3B 10
Octal 46 21 101 52 112 0 113 412 73 20
Binary 100110 10001 1000001 101010 1001010 0 1001011 100001010 111011 10000

Color Harmonies of #261141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261141

Black with #261141

Text Example


Text Example

White with #261141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261141; }

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

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

background-color css

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

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

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

border-color css

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

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

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