#260438

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

Shades of Blackcurrant #260438

Tints of Blackcurrant #260438

Color information

#260438 (or 0x260438) is unknown color: approx Blackcurrant. HEX triplet: 26, 04 and 38. RGB value is (38,4,56). Sum of RGB (Red+Green+Blue) = 38+4+56=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #260438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260438 is #D9FBC7. Grayscale: #131313. Windows color (decimal): -14285768 or 3671078. OLE color: 3671078.

HSL color Cylindrical-coordinate representation of color #260438: hue angle of 279.23º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260438 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB38456-
CMYK0.320.9300.78
HSL279.23º86.67%11.76%-
HSV(B)279.23º92.86%21.96%-
XYZ1.560.783.81-
YUV20.09148.26140.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.78%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 56 (22.27% from 255) = 57.14%
R=38.78%
G=4.08%
B=57.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal384560.320.9300.78279.2386.6711.76
Hex26438205D04E11757c
Octal4647040135011642712714
Binary10011010011100010000010111010100111010001011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260438; }

 p { color: rgb(38,4,56); }

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

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

 a { background-color: rgb(38,4,56); }

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

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

 span { border-color: rgb(38,4,56); }

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