Html Css Color HEX #261339 Blackcurrant

📋 copy color: '#261339'

red 38 ◦ green 19 ◦ blue 57

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

Shades of Blackcurrant #261339

Tints of Blackcurrant #261339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 50%

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#261339 (or 0x261339) is known color: Blackcurrant. HEX triplet: 26, 13 and 39. RGB value is (38,19,57). Sum of RGB (Red+Green+Blue) = 38+19+57=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #261339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261339 is #D9ECC6. Grayscale: #1C1C1C. Windows color (decimal): -14281927 or 3740454. OLE color: 3740454.

HSL color Cylindrical-coordinate representation of color #261339: hue angle of 270º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #261339 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 19 57 -
CMYK 0.33 0.67 0 0.78
HSL 270º 0.5% 0.15% -
HSV(B) 270º 0.67% 0.22% -
XYZ 1.77 1.17 4 -
YUV 29.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 38 19 57 0.33 0.67 0 0.78 270 0.5 0.15
Hex 26 13 39 21 43 0 4E 10E 32 F
Octal 46 23 71 41 103 0 116 416 62 17
Binary 100110 10011 111001 100001 1000011 0 1001110 100001110 110010 1111

Color Harmonies of #261339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261339

Black with #261339

Text Example


Text Example

White with #261339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261339; }

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

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

background-color css

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

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

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

border-color css

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

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

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