Html Css Color HEX #261838 Blackcurrant

📋 copy color: '#261838'

red 38 ◦ green 24 ◦ blue 56

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

Shades of Blackcurrant #261838

Tints of Blackcurrant #261838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.34%

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

R = 32.2%
G = 20.34%
B = 47.46%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#261838 (or 0x261838) is known color: Blackcurrant. HEX triplet: 26, 18 and 38. RGB value is (38,24,56). Sum of RGB (Red+Green+Blue) = 38+24+56=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #261838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261838 is #D9E7C7. Grayscale: #1F1F1F. Windows color (decimal): -14280648 or 3676198. OLE color: 3676198.

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

Color convert

RGB 38 24 56 -
CMYK 0.32 0.57 0 0.78
HSL 266.25º 0.4% 0.16% -
HSV(B) 266.25º 0.57% 0.22% -
XYZ 1.84 1.35 3.91 -
YUV 31.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 38 24 56 0.32 0.57 0 0.78 266.25 0.4 0.16
Hex 26 18 38 20 39 0 4E 10A 28 10
Octal 46 30 70 40 71 0 116 412 50 20
Binary 100110 11000 111000 100000 111001 0 1001110 100001010 101000 10000

Color Harmonies of #261838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261838

Black with #261838

Text Example


Text Example

White with #261838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261838; }

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

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

background-color css

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

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

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

border-color css

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

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

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