#260B34

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

Shades of Blackcurrant #260B34

Tints of Blackcurrant #260B34

Color information

#260B34 (or 0x260B34) is unknown color: approx Blackcurrant. HEX triplet: 26, 0B and 34. RGB value is (38,11,52). Sum of RGB (Red+Green+Blue) = 38+11+52=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #260B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B34 is #D9F4CB. Grayscale: #171717. Windows color (decimal): -14283980 or 3410726. OLE color: 3410726.

HSL color Cylindrical-coordinate representation of color #260B34: hue angle of 279.51º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #260B34 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB381152-
CMYK0.270.7900.80
HSL279.51º65.08%12.35%-
HSV(B)279.51º78.85%20.39%-
XYZ1.540.93.34-
YUV23.75143.95138.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.62%
GREEN value IS 11 (4.69% from 255) = 10.89%
BLUE value IS 52 (20.70% from 255) = 51.49%
R=37.62%
G=10.89%
B=51.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3811520.270.7900.80279.5165.0812.35
Hex26B341B4F05011841c
Octal46136433117012043010114
Binary10011010111101001101110011110101000010001100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,11,52); }

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

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

 a { background-color: rgb(38,11,52); }

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

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

 span { border-color: rgb(38,11,52); }

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