Html Css Color HEX #261235 Blackcurrant

📋 copy color: '#261235'

red 38 ◦ green 18 ◦ blue 53

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

Shades of Blackcurrant #261235

Tints of Blackcurrant #261235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 48.62%

R = 34.86%
G = 16.51%
B = 48.62%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#261235 (or 0x261235) is known color: Blackcurrant. HEX triplet: 26, 12 and 35. RGB value is (38,18,53). Sum of RGB (Red+Green+Blue) = 38+18+53=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #261235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261235 is #D9EDCA. Grayscale: #1B1B1B. Windows color (decimal): -14282187 or 3478054. OLE color: 3478054.

HSL color Cylindrical-coordinate representation of color #261235: hue angle of 274.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #261235 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 18 53 -
CMYK 0.28 0.66 0 0.79
HSL 274.29º 0.49% 0.14% -
HSV(B) 274.29º 0.66% 0.21% -
XYZ 1.66 1.1 3.49 -
YUV 27.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 38 18 53 0.28 0.66 0 0.79 274.29 0.49 0.14
Hex 26 12 35 1C 42 0 4F 112 31 E
Octal 46 22 65 34 102 0 117 422 61 16
Binary 100110 10010 110101 11100 1000010 0 1001111 100010010 110001 1110

Color Harmonies of #261235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261235

Black with #261235

Text Example


Text Example

White with #261235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261235; }

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

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

background-color css

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

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

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

border-color css

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

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

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