#260C2B

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

Shades of Blackcurrant #260C2B

Tints of Blackcurrant #260C2B

Color information

#260C2B (or 0x260C2B) is unknown color: approx Blackcurrant. HEX triplet: 26, 0C and 2B. RGB value is (38,12,43). Sum of RGB (Red+Green+Blue) = 38+12+43=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #260C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C2B is #D9F3D4. Grayscale: #171717. Windows color (decimal): -14283733 or 2821158. OLE color: 2821158.

HSL color Cylindrical-coordinate representation of color #260C2B: hue angle of 290.32º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #260C2B is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB381243-
CMYK0.120.7200.83
HSL290.32º56.36%10.78%-
HSV(B)290.32º72.09%16.86%-
XYZ1.370.852.38-
YUV23.31139.11138.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 12 (5.08% from 255) = 12.90%
BLUE value IS 43 (17.19% from 255) = 46.24%
R=40.86%
G=12.90%
B=46.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3812430.120.7200.83290.3256.3610.78
Hex26C2BC4805312238b
Octal4614531411001234427013
Binary100110110010101111001001000010100111001000101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,12,43); }

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

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

 a { background-color: rgb(38,12,43); }

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

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

 span { border-color: rgb(38,12,43); }

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