Html Css Color HEX #261338 Blackcurrant

📋 copy color: '#261338'

red 38 ◦ green 19 ◦ blue 56

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

Shades of Blackcurrant #261338

Tints of Blackcurrant #261338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.81%

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

R = 33.63%
G = 16.81%
B = 49.56%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#261338 (or 0x261338) is known color: Blackcurrant. HEX triplet: 26, 13 and 38. RGB value is (38,19,56). Sum of RGB (Red+Green+Blue) = 38+19+56=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #261338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261338 is #D9ECC7. Grayscale: #1C1C1C. Windows color (decimal): -14281928 or 3674918. OLE color: 3674918.

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

Color convert

RGB 38 19 56 -
CMYK 0.32 0.66 0 0.78
HSL 270.81º 0.49% 0.15% -
HSV(B) 270.81º 0.66% 0.22% -
XYZ 1.75 1.16 3.87 -
YUV 28.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 38 19 56 0.32 0.66 0 0.78 270.81 0.49 0.15
Hex 26 13 38 20 42 0 4E 10F 31 F
Octal 46 23 70 40 102 0 116 417 61 17
Binary 100110 10011 111000 100000 1000010 0 1001110 100001111 110001 1111

Color Harmonies of #261338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261338

Black with #261338

Text Example


Text Example

White with #261338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261338; }

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

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

background-color css

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

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

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

border-color css

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

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

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