Html Css Color HEX #261238 Blackcurrant

📋 copy color: '#261238'

red 38 ◦ green 18 ◦ blue 56

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

Shades of Blackcurrant #261238

Tints of Blackcurrant #261238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.07%

 BLUE value IS 56 (22.27% from 255) = 50%

R = 33.93%
G = 16.07%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#261238 (or 0x261238) is known color: Blackcurrant. HEX triplet: 26, 12 and 38. RGB value is (38,18,56). Sum of RGB (Red+Green+Blue) = 38+18+56=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #261238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261238 is #D9EDC7. Grayscale: #1C1C1C. Windows color (decimal): -14282184 or 3674662. OLE color: 3674662.

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

Color convert

RGB 38 18 56 -
CMYK 0.32 0.68 0 0.78
HSL 271.58º 0.51% 0.15% -
HSV(B) 271.58º 0.68% 0.22% -
XYZ 1.73 1.13 3.87 -
YUV 28.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 38 18 56 0.32 0.68 0 0.78 271.58 0.51 0.15
Hex 26 12 38 20 44 0 4E 110 33 F
Octal 46 22 70 40 104 0 116 420 63 17
Binary 100110 10010 111000 100000 1000100 0 1001110 100010000 110011 1111

Color Harmonies of #261238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261238

Black with #261238

Text Example


Text Example

White with #261238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261238; }

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

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

background-color css

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

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

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

border-color css

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

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

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