Html Css Color HEX #261232 Blackcurrant

📋 copy color: '#261232'

red 38 ◦ green 18 ◦ blue 50

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

Shades of Blackcurrant #261232

Tints of Blackcurrant #261232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

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

R = 35.85%
G = 16.98%
B = 47.17%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#261232 (or 0x261232) is known color: Blackcurrant. HEX triplet: 26, 12 and 32. RGB value is (38,18,50). Sum of RGB (Red+Green+Blue) = 38+18+50=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #261232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261232 is #D9EDCD. Grayscale: #1B1B1B. Windows color (decimal): -14282190 or 3281446. OLE color: 3281446.

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

Color convert

RGB 38 18 50 -
CMYK 0.24 0.64 0 0.80
HSL 277.5º 0.47% 0.13% -
HSV(B) 277.5º 0.64% 0.2% -
XYZ 1.59 1.07 3.14 -
YUV 27.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 38 18 50 0.24 0.64 0 0.80 277.5 0.47 0.13
Hex 26 12 32 18 40 0 50 116 2F D
Octal 46 22 62 30 100 0 120 426 57 15
Binary 100110 10010 110010 11000 1000000 0 1010000 100010110 101111 1101

Color Harmonies of #261232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261232

Black with #261232

Text Example


Text Example

White with #261232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261232; }

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

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

background-color css

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

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

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

border-color css

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

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

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