Html Css Color HEX #261C33 Blackcurrant

📋 copy color: '#261C33'

red 38 ◦ green 28 ◦ blue 51

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

Shades of Blackcurrant #261C33

Tints of Blackcurrant #261C33

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.93%

 BLUE value IS 51 (20.31% from 255) = 43.59%

R = 32.48%
G = 23.93%
B = 43.59%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#261C33 (or 0x261C33) is known color: Blackcurrant. HEX triplet: 26, 1C and 33. RGB value is (38,28,51). Sum of RGB (Red+Green+Blue) = 38+28+51=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #261C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C33 is #D9E3CC. Grayscale: #212121. Windows color (decimal): -14279629 or 3349542. OLE color: 3349542.

HSL color Cylindrical-coordinate representation of color #261C33: hue angle of 266.09º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #261C33 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 38 28 51 -
CMYK 0.25 0.45 0 0.8
HSL 266.09º 0.29% 0.15% -
HSV(B) 266.09º 0.45% 0.2% -
XYZ 1.81 1.48 3.32 -
YUV 33.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 38 28 51 0.25 0.45 0 0.8 266.09 0.29 0.15
Hex 26 1C 33 19 2D 0 50 10A 1D F
Octal 46 34 63 31 55 0 120 412 35 17
Binary 100110 11100 110011 11001 101101 0 1010000 100001010 11101 1111

Color Harmonies of #261C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261C33

Black with #261C33

Text Example


Text Example

White with #261C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261C33; }

 p { color: rgb(38,28,51); }

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

background-color css

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

 a { background-color: rgb(38,28,51); }

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

border-color css

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

 span { border-color: rgb(38,28,51); }

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