Html Css Color HEX #261332 Blackcurrant

📋 copy color: '#261332'

red 38 ◦ green 19 ◦ blue 50

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

Shades of Blackcurrant #261332

Tints of Blackcurrant #261332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 46.73%

R = 35.51%
G = 17.76%
B = 46.73%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#261332 (or 0x261332) is known color: Blackcurrant. HEX triplet: 26, 13 and 32. RGB value is (38,19,50). Sum of RGB (Red+Green+Blue) = 38+19+50=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #261332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261332 is #D9ECCD. Grayscale: #1C1C1C. Windows color (decimal): -14281934 or 3281702. OLE color: 3281702.

HSL color Cylindrical-coordinate representation of color #261332: hue angle of 276.77º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #261332 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 38 19 50 -
CMYK 0.24 0.62 0 0.80
HSL 276.77º 0.45% 0.14% -
HSV(B) 276.77º 0.62% 0.2% -
XYZ 1.61 1.11 3.15 -
YUV 28.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 38 19 50 0.24 0.62 0 0.80 276.77 0.45 0.14
Hex 26 13 32 18 3E 0 50 115 2D E
Octal 46 23 62 30 76 0 120 425 55 16
Binary 100110 10011 110010 11000 111110 0 1010000 100010101 101101 1110

Color Harmonies of #261332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261332

Black with #261332

Text Example


Text Example

White with #261332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261332; }

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

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

background-color css

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

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

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

border-color css

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

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

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