#260F35

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

Shades of Blackcurrant #260F35

Tints of Blackcurrant #260F35

Color information

#260F35 (or 0x260F35) is unknown color: approx Blackcurrant. HEX triplet: 26, 0F and 35. RGB value is (38,15,53). Sum of RGB (Red+Green+Blue) = 38+15+53=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #260F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F35 is #D9F0CA. Grayscale: #1A1A1A. Windows color (decimal): -14282955 or 3477286. OLE color: 3477286.

HSL color Cylindrical-coordinate representation of color #260F35: hue angle of 276.32º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #260F35 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB381553-
CMYK0.280.7200.79
HSL276.32º55.88%13.33%-
HSV(B)276.32º71.7%20.78%-
XYZ1.611.013.48-
YUV26.21143.12136.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 53 (21.09% from 255) = 50%
R=35.85%
G=14.15%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3815530.280.7200.79276.3255.8813.33
Hex26F351C4804F11438d
Octal4617653411001174247015
Binary1001101111110101111001001000010011111000101001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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