Html Css Color HEX #260236 Blackcurrant

📋 copy color: '#260236'

red 38 ◦ green 2 ◦ blue 54

#260236
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #260236

Tints of Blackcurrant #260236

RGB

 RED value IS 38 (15.23% from 255) = 40.43%

 GREEN value IS 2 (1.17% from 255) = 2.13%

 BLUE value IS 54 (21.48% from 255) = 57.45%

R = 40.43%
G = 2.13%
B = 57.45%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#260236 (or 0x260236) is known color: Blackcurrant. HEX triplet: 26, 02 and 36. RGB value is (38,2,54). Sum of RGB (Red+Green+Blue) = 38+2+54=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #260236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260236 is #D9FDC9. Grayscale: #121212. Windows color (decimal): -14286282 or 3539494. OLE color: 3539494.

HSL color Cylindrical-coordinate representation of color #260236: hue angle of 281.54º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260236 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 2 54 -
CMYK 0.30 0.96 0 0.79
HSL 281.54º 0.93% 0.11% -
HSV(B) 281.54º 0.96% 0.21% -
XYZ 1.49 0.72 3.55 -
YUV 18.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 38 2 54 0.30 0.96 0 0.79 281.54 0.93 0.11
Hex 26 2 36 1E 60 0 4F 11A 5D B
Octal 46 2 66 36 140 0 117 432 135 13
Binary 100110 10 110110 11110 1100000 0 1001111 100011010 1011101 1011

Color Harmonies of #260236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260236

Black with #260236

Text Example


Text Example

White with #260236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260236; }

 p { color: rgb(38,2,54); }

 H1.HeaderClassName
 {
   color: #260236;
 }
 .AnyTagClassName
 {
   color: #260236;
 }
</style>

background-color css

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

 a { background-color: rgb(38,2,54); }

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

border-color css

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

 span { border-color: rgb(38,2,54); }

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