#260F32

Color #260F32 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #260F32

Tints of Blackcurrant #260F32

Color information

#260F32 (or 0x260F32) is unknown color: approx Blackcurrant. HEX triplet: 26, 0F and 32. RGB value is (38,15,50). Sum of RGB (Red+Green+Blue) = 38+15+50=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #260F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F32 is #D9F0CD. Grayscale: #191919. Windows color (decimal): -14282958 or 3280678. OLE color: 3280678.

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

Color convert

RGB381550-
CMYK0.240.7000.80
HSL279.43º53.85%12.75%-
HSV(B)279.43º70%19.61%-
XYZ1.550.983.13-
YUV25.87141.62136.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=36.89%
G=14.56%
B=48.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3815500.240.7000.80279.4353.8512.75
Hex26F32184605011736d
Octal4617623010601204276615
Binary1001101111110010110001000110010100001000101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260F32; }

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

 H1.HeaderClassName
 {
   color: #260F32;
 }
 .AnyTagClassName
 {
   color: #260F32;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #260F32;
 }
 .BgClassName
 {
   background-color: #260F32;
 }
</style>
border-color css

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

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

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